Skip to content

chore(ci): bump the ci-deps group across 1 directory with 2 updates #1577

chore(ci): bump the ci-deps group across 1 directory with 2 updates

chore(ci): bump the ci-deps group across 1 directory with 2 updates #1577

GitHub Actions / clippy failed Feb 17, 2025 in 0s

clippy

5 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 5
Warning 0
Note 0
Help 0

Versions

  • rustc 1.87.0-nightly (5bc623145 2025-02-16)
  • cargo 1.87.0-nightly (ce948f461 2025-02-14)
  • clippy 0.1.86 (5bc6231454 2025-02-16)

Annotations

Check failure on line 10 in crates/rsonpath-lib/src/input/mmap.rs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)]`