Skip to content

Commit d1957b8

Browse files
authored
Update excessive_nesting.rs
1 parent b7fedb8 commit d1957b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/excessive_nesting.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ declare_clippy_lint! {
5454
/// }
5555
/// ```
5656
/// ```rust,ignore
57-
/// lib// .rs
57+
/// // lib.rs
5858
/// pub mod a;
5959
/// ```
6060
#[clippy::version = "1.70.0"]

0 commit comments

Comments
 (0)