Skip to content

Commit d1f9ec0

Browse files
authored
split long doc comment in approx_span
New clippy lint introduced in nightly (`clippy::too-long-first-doc-paragraph`) was being triggered on the top module comment for `result::approx_span`.
1 parent 46c6636 commit d1f9ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rsonpath-lib/src/result/approx_span.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! [`Recorder`] implementation finding the starts and approximate ends of all matches.
2+
//!
23
//! Faster than a full [`NodesRecorder`](super::nodes::NodesRecorder), but the span
34
//! may include trailing whitespace after the actual matched value.
45
use super::{output_queue::OutputQueue, *};

0 commit comments

Comments
 (0)