Skip to content

Merge pull request #24 from zeta-chain/dependabot/npm_and_yarn/npm_an… #39

Merge pull request #24 from zeta-chain/dependabot/npm_and_yarn/npm_an…

Merge pull request #24 from zeta-chain/dependabot/npm_and_yarn/npm_an… #39

GitHub Actions / clippy succeeded Sep 10, 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