Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Review feedback

Review feedback #193

GitHub Actions / Clippy failed Mar 27, 2024 in 0s

Clippy

22 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 22
Warning 0
Note 0
Help 0

Versions

  • rustc 1.79.0-nightly (47ecded35 2024-03-26)
  • cargo 1.79.0-nightly (499a61ce7 2024-03-26)
  • clippy 0.1.79 (47ecded 2024-03-26)

Annotations

Check failure on line 1624 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1624:17
     |
1624 |                 &aggregator.signers(),
     |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1615 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1615:17
     |
1615 |                 &aggregator.signers(),
     |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1568 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1568:17
     |
1568 |                 &aggregator.signers(),
     |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1559 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1559:17
     |
1559 |                 &aggregator.signers(),
     |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1550 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1550:17
     |
1550 |                 &aggregator.signers(),
     |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1199 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1199:21
     |
1199 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1190 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1190:21
     |
1190 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1181 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1181:21
     |
1181 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1136 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1136:21
     |
1136 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1127 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1127:21
     |
1127 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1066 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1066:21
     |
1066 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1057 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1057:21
     |
1057 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1017 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1017:21
     |
1017 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 1008 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
    --> src/sign/signature.rs:1008:21
     |
1008 |                     &aggregator.signers(),
     |                     ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 956 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:956:17
    |
956 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 947 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:947:17
    |
947 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 901 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:901:17
    |
901 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 892 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:892:17
    |
892 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 883 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:883:17
    |
883 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 833 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:833:17
    |
833 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 795 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:795:17
    |
795 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Check failure on line 753 in src/sign/signature.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy

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
   --> src/sign/signature.rs:753:17
    |
753 |                 &aggregator.signers(),
    |                 ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `aggregator.signers()`
    |
    = 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)]`