From 7230768998b0574836e9a90a36175174c802e76b Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Sun, 6 Jan 2019 15:41:02 +0100 Subject: [PATCH] Update known problems --- clippy_lints/src/use_self.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/clippy_lints/src/use_self.rs b/clippy_lints/src/use_self.rs index e3e175a17c7..17078141af1 100644 --- a/clippy_lints/src/use_self.rs +++ b/clippy_lints/src/use_self.rs @@ -28,7 +28,6 @@ /// **Known problems:** /// - False positive when using associated types (#2843) /// - False positives in some situations when using generics (#3410) -/// - False positive when type from outer function can't be used (#3463) /// /// **Example:** /// ```rust