Farm concentrated liq (part 3) #843
Open
GitHub Actions / clippy
succeeded
Feb 23, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
energy-integration/governance-v2/tests/gov_rust_test.rs|74 col 26| warning: accessing first element with proposal.actions.get(0)
--> energy-integration/governance-v2/tests/gov_rust_test.rs:74:26
|
74 | let action = proposal.actions.get(0).unwrap();
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: proposal.actions.first()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: #[warn(clippy::get_first)]
on by default
Loading