Merge main (until commit 9d89b50) into zsa1 #186
Merged
Annotations
7 warnings
|
src/lib.rs#L150
warning: unused return value of `core::hash::Hasher::finish` that must be used
--> src/note/asset_base.rs:150:9
|
150 | h.finish();
| ^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
|
150 | let _ = h.finish();
| +++++++
|
|
src/lib.rs#L9
warning: doc list item without indentation
--> src/primitives.rs:9:5
|
9 | //! organized into separate submodules.
| ^
|
= 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
help: indent this line
|
9 | //! organized into separate submodules.
| ++
|
|
src/lib.rs#L8
warning: doc list item without indentation
--> src/primitives.rs:8:5
|
8 | //! variation, with different implementations for each. The different implementations are
| ^
|
= 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
help: indent this line
|
8 | //! variation, with different implementations for each. The different implementations are
| ++
|
|
src/lib.rs#L7
warning: doc list item without indentation
--> src/primitives.rs:7:5
|
7 | //! It includes functionality for handling both the standard "Vanilla" variation and the ZSA
| ^
|
= 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
help: indent this line
|
7 | //! It includes functionality for handling both the standard "Vanilla" variation and the ZSA
| ++
|
|
src/lib.rs#L168
warning: doc list item overindented
--> src/issuance.rs:168:9
|
168 | /// Pallas curve.
| ^^^ help: try using ` ` (2 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
= note: `#[warn(clippy::doc_overindented_list_items)]` on by default
|
|
src/lib.rs#L826
warning: doc list item without indentation
--> src/builder.rs:826:5
|
826 | /// Dummy spends and outputs are added before shuffling to ensure backward compatibility.
| ^
|
= 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
help: indent this line
|
826 | /// Dummy spends and outputs are added before shuffling to ensure backward compatibility.
| ++
|
|
src/lib.rs#L825
warning: doc list item without indentation
--> src/builder.rs:825:5
|
825 | /// this method adds dummy spends and outputs until the minimum number of actions is reached.
| ^
|
= 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
|
825 | /// this method adds dummy spends and outputs until the minimum number of actions is reached.
| ++
|
The logs for this run have expired and are no longer available.
Loading