Update excessive_nesting.rs

This commit is contained in:
Catherine 2023-06-09 16:29:34 -05:00 committed by GitHub
parent b7fedb88cf
commit d1957b87c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ declare_clippy_lint! {
/// }
/// ```
/// ```rust,ignore
/// lib// .rs
/// // lib.rs
/// pub mod a;
/// ```
#[clippy::version = "1.70.0"]