Skip to content

Commit

Permalink
DELETE: Known problems Section
Browse files Browse the repository at this point in the history
The `Known problems` section was removed because it is old information.
  • Loading branch information
comUserDummy authored and not-elm committed Feb 21, 2024
1 parent aa8a82e commit 672bd5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clippy_lints/src/no_effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ declare_clippy_lint! {
/// executed. However, as they have no effect and shouldn't be used further on, all they
/// do is make the code less readable.
///
/// ### Known problems
/// Further usage of this variable is not checked, which can lead to false positives if it is
/// used later in the code.
///
/// ### Example
/// ```rust,ignore
/// let _i_serve_no_purpose = 1;
Expand Down

0 comments on commit 672bd5e

Please sign in to comment.