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 90c3d60 commit dbd8888Copy full SHA for dbd8888
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