build(deps): bump elliptic from 6.5.5 to 6.5.7 in the npm_and_yarn group across 1 directory #39
GitHub Actions / clippy
succeeded
Sep 5, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
programs/protocol-contracts-solana/src/lib.rs|6 col 1| warning: this import is redundant
--> programs/protocol-contracts-solana/src/lib.rs:6:1
|
6 | use spl_associated_token_account;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it entirely
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
= note: #[warn(clippy::single_component_path_imports)]
on by default
Loading