chore(dep): bump the test-deps group across 1 directory with 2 updates #1322
Annotations
2 errors
crates/rsonpath-lib/src/lib.rs#L1
error: first doc comment paragraph is too long
--> crates/rsonpath-lib/src/result/approx_span.rs:1:1
|
1 | / //! [`Recorder`] implementation finding the starts and approximate ends of all matches.
2 | | //! Faster than a full [`NodesRecorder`](super::nodes::NodesRecorder), but the span
3 | | //! may include trailing whitespace after the actual matched value.
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
help: add an empty line
|
1 ~ //! [`Recorder`] implementation finding the starts and approximate ends of all matches.
2 + ///
|
|
|
This job failed
Loading