Skip to content

Growth Program SC - withdraw rewards #99

Growth Program SC - withdraw rewards

Growth Program SC - withdraw rewards #99

GitHub Actions / clippy succeeded Feb 1, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

metabonding/src/claim_progress.rs|193 col 9| warning: this let-binding has unit value
--> metabonding/src/claim_progress.rs:193:9
|
193 | let _ = DebugApi::dummy();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the let binding: DebugApi::dummy();
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value
= note: #[warn(clippy::let_unit_value)] on by default