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