Skip to content

feat: add full user journey example #369

feat: add full user journey example

feat: add full user journey example #369

GitHub Actions / clippy succeeded Jun 24, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

lib/crypto/src/merkle.rs|83 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:83:9
|
83 | /// the tree (i.e., as seen from right to left starting at the deepest
| ^
|
= 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: -W clippy::doc-lazy-continuation implied by -W clippy::all
= help: to override -W clippy::all add #[allow(clippy::doc_lazy_continuation)]
help: indent this line
|
83 | /// the tree (i.e., as seen from right to left starting at the deepest
| ++
lib/crypto/src/merkle.rs|84 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:84:9
|
84 | /// layer and continuing at the next layer).
| ^
|
= 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
|
84 | /// layer and continuing at the next layer).
| ++
lib/crypto/src/merkle.rs|97 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:97:9
|
97 | /// or the proof.
| ^
|
= 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
|
97 | /// or the proof.
| ++
lib/crypto/src/merkle.rs|100 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:100:9
|
100 | /// tree to be proven, each leaf in bytes.
| ^
|
= 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
|
100 | /// tree to be proven, each leaf in bytes.
| ++
lib/crypto/src/merkle.rs|218 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:218:9
|
218 | /// the tree (i.e., as seen from right to left starting at the deepest
| ^
|
= 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
|
218 | /// the tree (i.e., as seen from right to left starting at the deepest
| ++
lib/crypto/src/merkle.rs|219 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:219:9
|
219 | /// layer and continuing at the next layer).
| ^
|
= 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
|
219 | /// layer and continuing at the next layer).
| ++
lib/crypto/src/merkle.rs|232 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:232:9
|
232 | /// or the proof.
| ^
|
= 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
|
232 | /// or the proof.
| ++
lib/crypto/src/merkle.rs|235 col 9| warning: doc list item missing indentation
--> lib/crypto/src/merkle.rs:235:9
|
235 | /// tree to be proven, each leaf in bytes.
| ^
|
= 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
|
235 | /// tree to be proven, each leaf in bytes.
| ++
lib/motsu/src/context.rs|24 col 8| warning: item name ends with its containing module's name
--> lib/motsu/src/context.rs:24:8
|
24 | pub fn with_context<C: Default>(closure: impl FnOnce(&mut C)) {
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions
= note: -W clippy::module-name-repetitions implied by -W clippy::pedantic
= help: to override -W clippy::pedantic add #[allow(clippy::module_name_repetitions)]
lib/motsu/src/storage.rs|29 col 8| warning: item name ends with its containing module's name
--> lib/motsu/src/storage.rs:29:8
|
29 | pub fn reset_storage() {
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions