]> git.lizzy.rs Git - rust.git/commitdiff
Remove reference to a fixed issue
authorJohannes Linke <johannes.linke@posteo.de>
Fri, 1 Jan 2016 16:48:46 +0000 (17:48 +0100)
committerJohannes Linke <johannes.linke@posteo.de>
Fri, 1 Jan 2016 16:48:46 +0000 (17:48 +0100)
src/map_clone.rs

index b1ba47a9b54e78bcada4e10166c0ee9b108bc741..ef992ad086cb42e5f221ee23f385ee594275e3a9 100644 (file)
@@ -8,7 +8,7 @@
 ///
 /// **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,