Remove reference to a fixed issue

This commit is contained in:
Johannes Linke 2016-01-01 17:48:46 +01:00
parent 06f30a61dd
commit b287739c0b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use utils::{walk_ptrs_ty, walk_ptrs_ty_depth};
///
/// **Why is this bad?** It makes the code less readable.
///
/// **Known problems:** False negative: The lint currently misses mapping `Clone::clone` directly. Issue #436 is tracking this.
/// **Known problems:** None
///
/// **Example:** `x.map(|e| e.clone());`
declare_lint!(pub MAP_CLONE, Warn,