We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff191a8 commit 7230768Copy full SHA for 7230768
clippy_lints/src/use_self.rs
@@ -28,7 +28,6 @@ use syntax_pos::symbol::keywords::SelfUpper;
28
/// **Known problems:**
29
/// - False positive when using associated types (#2843)
30
/// - False positives in some situations when using generics (#3410)
31
-/// - False positive when type from outer function can't be used (#3463)
32
///
33
/// **Example:**
34
/// ```rust
0 commit comments