DELETE: Known problems Section

The `Known problems` section was removed because it is old information.
This commit is contained in:
taiga.watanabe 2024-02-21 10:42:45 +09:00 committed by not-elm
parent aa8a82ec26
commit 672bd5e387

View File

@ -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;