Clippy (stable) Results
4 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 4 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 890 in frost-core/src/tests/ciphersuite_generic.rs
github-actions / Clippy (stable) Results
this expression creates a reference which is immediately dereferenced by the compiler
error: this expression creates a reference which is immediately dereferenced by the compiler
--> frost-core/src/tests/ciphersuite_generic.rs:890:44
|
890 | pubkeys.verifying_shares().get(&identifier).unwrap(),
| ^^^^^^^^^^^ help: change this to: `identifier`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Check failure on line 875 in frost-core/src/tests/ciphersuite_generic.rs
github-actions / Clippy (stable) Results
this expression creates a reference which is immediately dereferenced by the compiler
error: this expression creates a reference which is immediately dereferenced by the compiler
--> frost-core/src/tests/ciphersuite_generic.rs:875:44
|
875 | pubkeys.verifying_shares().get(&identifier).unwrap(),
| ^^^^^^^^^^^ help: change this to: `identifier`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Check failure on line 890 in frost-core/src/tests/ciphersuite_generic.rs
github-actions / Clippy (stable) Results
this expression creates a reference which is immediately dereferenced by the compiler
error: this expression creates a reference which is immediately dereferenced by the compiler
--> frost-core/src/tests/ciphersuite_generic.rs:890:44
|
890 | pubkeys.verifying_shares().get(&identifier).unwrap(),
| ^^^^^^^^^^^ help: change this to: `identifier`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Check failure on line 875 in frost-core/src/tests/ciphersuite_generic.rs
github-actions / Clippy (stable) Results
this expression creates a reference which is immediately dereferenced by the compiler
error: this expression creates a reference which is immediately dereferenced by the compiler
--> frost-core/src/tests/ciphersuite_generic.rs:875:44
|
875 | pubkeys.verifying_shares().get(&identifier).unwrap(),
| ^^^^^^^^^^^ help: change this to: `identifier`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`