Skip to content

Commit 672bd5e

Browse files
comUserDummynot-elm
authored andcommitted
DELETE: Known problems Section
The `Known problems` section was removed because it is old information.
1 parent aa8a82e commit 672bd5e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clippy_lints/src/no_effect.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ declare_clippy_lint! {
4343
/// executed. However, as they have no effect and shouldn't be used further on, all they
4444
/// do is make the code less readable.
4545
///
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-
///
5046
/// ### Example
5147
/// ```rust,ignore
5248
/// let _i_serve_no_purpose = 1;

0 commit comments

Comments
 (0)