We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5031abe commit 89e1503Copy full SHA for 89e1503
clippy_lints/src/excessive_nesting.rs
@@ -60,6 +60,7 @@ declare_clippy_lint! {
60
/// private_run(self);
61
/// }
62
63
+ /// ```
64
#[clippy::version = "1.70.0"]
65
pub EXCESSIVE_NESTING,
66
restriction,
0 commit comments