diff options
| author | Catherine <114838443+Centri3@users.noreply.github.com> | 2023-06-09 16:29:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 16:29:34 -0500 |
| commit | d1957b87c8e6345c1908f19a7be8efc266aa3ad5 (patch) | |
| tree | e708c449f0e2b10e2bbe8480c360434b912e3566 | |
| parent | b7fedb88cffd4156a9a36e22912234fe908ad776 (diff) | |
| download | rust-d1957b87c8e6345c1908f19a7be8efc266aa3ad5.tar.gz rust-d1957b87c8e6345c1908f19a7be8efc266aa3ad5.zip | |
Update excessive_nesting.rs
| -rw-r--r-- | clippy_lints/src/excessive_nesting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/excessive_nesting.rs b/clippy_lints/src/excessive_nesting.rs index 4c8ea1ed18d..d04d833e630 100644 --- a/clippy_lints/src/excessive_nesting.rs +++ b/clippy_lints/src/excessive_nesting.rs @@ -54,7 +54,7 @@ declare_clippy_lint! { /// } /// ``` /// ```rust,ignore - /// lib// .rs + /// // lib.rs /// pub mod a; /// ``` #[clippy::version = "1.70.0"] |
