Skip to content

fix: add domain separator in the TSS message signature hash #52

fix: add domain separator in the TSS message signature hash

fix: add domain separator in the TSS message signature hash #52

GitHub Actions / clippy failed Oct 1, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

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

Filtered Findings (0)

Annotations

Check warning on line 6 in programs/protocol-contracts-solana/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] programs/protocol-contracts-solana/src/lib.rs#L6

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
Raw output
programs/protocol-contracts-solana/src/lib.rs:6:1:w: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


__END__