dep: bump itertools from 0.13.0 to 0.14.0 in the deps group (#661) #378
clippy
5 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 5 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.86.0-nightly (ae5de6c75 2025-01-29)
- cargo 1.86.0-nightly (cecde95c1 2025-01-24)
- clippy 0.1.86 (ae5de6c759 2025-01-29)
Annotations
Check failure on line 10 in crates/rsonpath-lib/src/input/mmap.rs
github-actions / clippy
doc list item overindented
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
Check failure on line 8 in crates/rsonpath-lib/src/input/mmap.rs
github-actions / clippy
doc list item overindented
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 17 in crates/rsonpath-lib/src/classification/memmem.rs
github-actions / clippy
doc list item overindented
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 15 in crates/rsonpath-lib/src/classification/memmem.rs
github-actions / clippy
doc list item overindented
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 66 in crates/rsonpath-lib/src/automaton/minimizer.rs
github-actions / clippy
doc list item overindented
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)]`