Skip to content

Commit

Permalink
split long doc comment in approx_span (#538)
Browse files Browse the repository at this point in the history
New clippy lint introduced in nightly (`clippy::too-long-first-doc-paragraph`) was being triggered on the top module comment for `result::approx_span`.
  • Loading branch information
V0ldek authored Aug 27, 2024
1 parent 46c6636 commit d91336c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rsonpath-lib/src/result/approx_span.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! [`Recorder`] implementation finding the starts and approximate ends of all matches.
//!
//! Faster than a full [`NodesRecorder`](super::nodes::NodesRecorder), but the span
//! may include trailing whitespace after the actual matched value.
use super::{output_queue::OutputQueue, *};
Expand Down

0 comments on commit d91336c

Please sign in to comment.