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

ci: initialize rust ci #11

Merged
merged 7 commits into from
Aug 7, 2024

ci: fix coverage.yml

f0066f0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: initialize rust ci #11

ci: fix coverage.yml
f0066f0
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Aug 7, 2024 in 1s

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