Skip to content

docs: improve torus substrate docstrings (#71) #626

docs: improve torus substrate docstrings (#71)

docs: improve torus substrate docstrings (#71) #626

Triggered via push February 7, 2025 21:49
Status Failure
Total duration 1m 13s
Billable time 2m
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
cannot find value `agent_key` in this scope: pallets/torus0/src/stake.rs#L81
error[E0425]: cannot find value `agent_key` in this scope --> pallets/torus0/src/stake.rs:81:76 | 81 | crate::Pallet::<T>::deposit_event(crate::Event::<T>::StakeRemoved(key, agent_key, amount)); | ^^^^^^^^^ not found in this scope
cannot find value `key` in this scope: pallets/torus0/src/stake.rs#L81
error[E0425]: cannot find value `key` in this scope --> pallets/torus0/src/stake.rs:81:71 | 81 | crate::Pallet::<T>::deposit_event(crate::Event::<T>::StakeRemoved(key, agent_key, amount)); | ^^^ not found in this scope
check
Clippy had exited with the 101 exit code