Avoid unused import warnings in downstream crates. #362
Annotations
10 warnings
usage of `Iterator::fold` on a type that implements `Try`:
src/lib.rs#L642
warning: usage of `Iterator::fold` on a type that implements `Try`
--> src/builder.rs:642:14
|
642 | .fold(Some(ValueSum::zero()), |acc, note_value| acc? + note_value)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `try_fold` instead: `try_fold(ValueSum::zero(), |acc, note_value| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
= note: `#[warn(clippy::manual_try_fold)]` on by default
|
explicit call to `.into_iter()` in function argument accepting `IntoIterator`:
src/lib.rs#L816
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator`
--> src/builder.rs:816:18
|
816 | .zip(indexed_outputs.into_iter())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `indexed_outputs`
|
note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()`
--> /rustc/14445aaf35d45f62fddda8cb5027f44ba4316e7f/library/core/src/iter/traits/iterator.rs:589:12
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
usage of `Iterator::fold` on a type that implements `Try`:
src/lib.rs#L839
warning: usage of `Iterator::fold` on a type that implements `Try`
--> src/builder.rs:839:10
|
839 | .fold(Some(ValueSum::zero()), |acc, action| {
| __________^
840 | | acc? + action.value_sum()
841 | | })
| |__________^ help: use `try_fold` instead: `try_fold(ValueSum::zero(), |acc, action| ...)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_try_fold
|
doc list item without indentation:
src/lib.rs#L24
warning: doc list item without indentation
--> src/bundle/commitments.rs:24:5
|
24 | /// as defined in [ZIP-244: Transaction Identifier Non-Malleability][zip244]
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
24 | /// as defined in [ZIP-244: Transaction Identifier Non-Malleability][zip244]
| ++
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L181
warning: the following explicit lifetimes could be elided: 'a
--> src/bundle.rs:181:14
|
181 | impl<'a, T: fmt::Debug> fmt::Debug for Actions<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
181 - impl<'a, T: fmt::Debug> fmt::Debug for Actions<'a, T> {
181 + impl<T: fmt::Debug> fmt::Debug for Actions<'_, T> {
|
|
large array defined as const:
src/lib.rs#L30
warning: large array defined as const
--> src/constants/fixed_bases/commit_ivk_r.rs:30:1
|
30 | pub const U: [[[u8; 32]; super::H]; super::NUM_WINDOWS] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
31 | | [
32 | | [
33 | | 38, 43, 235, 53, 200, 116, 153, 194, 47, 92, 18, 54, 194, 221, 170, 155, 205, 143, 92,
... |
2920 | | ],
2921 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
= note: `#[warn(clippy::large_const_arrays)]` on by default
|
large array defined as const:
src/lib.rs#L30
warning: large array defined as const
--> src/constants/fixed_bases/note_commit_r.rs:30:1
|
30 | pub const U: [[[u8; 32]; super::H]; super::NUM_WINDOWS] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
31 | | [
32 | | [
33 | | 114, 245, 9, 0, 5, 43, 7, 118, 244, 43, 15, 200, 116, 210, 0, 24, 161, 28, 185, 152,
... |
2920 | | ],
2921 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
|
large array defined as const:
src/lib.rs#L30
warning: large array defined as const
--> src/constants/fixed_bases/nullifier_k.rs:30:1
|
30 | pub const U: [[[u8; 32]; super::H]; super::NUM_WINDOWS] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
31 | | [
32 | | [
33 | | 8, 177, 117, 90, 104, 127, 169, 131, 254, 128, 23, 151, 181, 247, 22, 208, 55, 1, 147,
... |
2920 | | ],
2921 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
|
large array defined as const:
src/lib.rs#L30
warning: large array defined as const
--> src/constants/fixed_bases/spend_auth_g.rs:30:1
|
30 | pub const U: [[[u8; 32]; super::H]; super::NUM_WINDOWS] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
31 | | [
32 | | [
33 | | 134, 139, 159, 167, 179, 203, 183, 86, 54, 69, 108, 127, 183, 40, 226, 188, 34, 72,
... |
2920 | | ],
2921 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
|
large array defined as const:
src/lib.rs#L31
warning: large array defined as const
--> src/constants/fixed_bases/value_commit_r.rs:31:1
|
31 | pub const U: [[[u8; 32]; super::H]; super::NUM_WINDOWS] = [
| ^ ----- help: make this a static item: `static`
| _|
| |
32 | | [
33 | | [
34 | | 139, 239, 3, 113, 200, 111, 72, 118, 105, 23, 186, 243, 234, 10, 173, 186, 53, 143,
... |
2921 | | ],
2922 | | ];
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays
|