Skip to content

Commit ad727c0

Browse files
style: fix clippy::doc_overindented_list_items
1 parent 962195e commit ad727c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
//! ## Features
99
//!
1010
//! * `strong`: implements strong checking for the RTT. Disabling this
11-
//! feature makes the pinger a little bit faster, but opens
12-
//! you up to some servers, like those running [pong][ping],
13-
//! to faking the ping times.
11+
//! feature makes the pinger a little bit faster, but opens you up to
12+
//! some servers, like those running [pong][ping], to faking the ping
13+
//! times.
1414
//! * `stream`: implements [`Stream`] for [`MeasureManyStream`].
1515
//!
1616
//! ## MSRV version policy

0 commit comments

Comments
 (0)