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 aa8a82e commit 672bd5eCopy full SHA for 672bd5e
clippy_lints/src/no_effect.rs
@@ -43,10 +43,6 @@ declare_clippy_lint! {
43
/// executed. However, as they have no effect and shouldn't be used further on, all they
44
/// do is make the code less readable.
45
///
46
- /// ### Known problems
47
- /// Further usage of this variable is not checked, which can lead to false positives if it is
48
- /// used later in the code.
49
- ///
50
/// ### Example
51
/// ```rust,ignore
52
/// let _i_serve_no_purpose = 1;
0 commit comments