dep: bump itertools from 0.13.0 to 0.14.0 in the deps group (#661) #378
Clippy (Stable ~ Linux/x86_64)
Clippy failed.
Details
Running cargo clippy
took roughly ~43426ms to complete
- Working Directory: repository directory
Annotations
Check failure on line 66 in /home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs
github-actions / Clippy: Rust Stable 1.86.0-nightly (ae5de6c75 2025-01-29)
in
/home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs#L66
doc list item overindented
Raw output
error: doc list item overindented
--> crates/rsonpath-lib/src/automaton/minimizer.rs:66:4
|
66 | * is equivalent to a superstate without the b) states.
| ^^^^^^^^ help: try using ` ` (5 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
= note: `-D clippy::doc-overindented-list-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_overindented_list_items)]`
Check failure on line 15 in /home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs
github-actions / Clippy: Rust Stable 1.86.0-nightly (ae5de6c75 2025-01-29)
in
/home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs#L15
doc list item overindented
Raw output
error: doc list item overindented
--> crates/rsonpath-lib/src/classification/memmem.rs:15:9
|
15 | /// the search will start at the next block returned by the underlying [`Input`] iterator.
| ^^^ help: try using ` ` (2 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
Check failure on line 17 in /home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs
github-actions / Clippy: Rust Stable 1.86.0-nightly (ae5de6c75 2025-01-29)
in
/home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs#L17
doc list item overindented
Raw output
error: doc list item overindented
--> crates/rsonpath-lib/src/classification/memmem.rs:17:9
|
17 | /// or at the start of the next block.
| ^^^ help: try using ` ` (2 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
Check failure on line 8 in /home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs
github-actions / Clippy: Rust Stable 1.86.0-nightly (ae5de6c75 2025-01-29)
in
/home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs#L8
doc list item overindented
Raw output
error: doc list item overindented
--> crates/rsonpath-lib/src/input/mmap.rs:8:5
|
8 | //! in or out of process while the input is alive;
| ^^^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
Check failure on line 10 in /home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs
github-actions / Clippy: Rust Stable 1.86.0-nightly (ae5de6c75 2025-01-29)
in
/home/runner/work/rsonpath/rsonpath/crates/rsonpath-lib/src/lib.rs#L10
doc list item overindented
Raw output
error: doc list item overindented
--> crates/rsonpath-lib/src/input/mmap.rs:10:5
|
10 | //! input from a tty is not memory-mappable.
| ^^^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items