Skip to content

add a verify_signature_share() function

Sign in for the full log view
GitHub Actions / Clippy (stable) Results failed Sep 11, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)]`