Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/concentrated liq #839

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Merge pull request #841 from multiversx/farm-concentrated-liq-part-2

aed9246
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Feat/concentrated liq #839

Merge pull request #841 from multiversx/farm-concentrated-liq-part-2
aed9246
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Feb 22, 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