Migrate to zip32::hardened_only
implementation
#379
GitHub Actions / Clippy Result (stable)
succeeded
Feb 21, 2025 in 16s
Clippy (Stable ~ Linux/x86_64)
Clippy was successful!
Details
Running cargo clippy
took roughly ~15838ms to complete
- Working Directory: repository directory
Annotations
Check warning on line 9 in /home/runner/work/orchard/orchard/src/lib.rs
github-actions / Clippy Result (stable)
/home/runner/work/orchard/orchard/src/lib.rs#L9
doc list item overindented
Raw output
warning: doc list item overindented
--> src/value.rs:9:5
|
9 | //! by a user-defined type parameter on [`Bundle`], returned by
| ^^^ 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
Check warning on line 10 in /home/runner/work/orchard/orchard/src/lib.rs
github-actions / Clippy Result (stable)
/home/runner/work/orchard/orchard/src/lib.rs#L10
doc list item overindented
Raw output
warning: doc list item overindented
--> src/value.rs:10:5
|
10 | //! [`Bundle::value_balance`] and [`Builder::value_balance`].
| ^^^ help: try using ` ` (2 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
Loading