Skip to content

Commit 7230768

Browse files
committed
Update known problems
1 parent ff191a8 commit 7230768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/use_self.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use syntax_pos::symbol::keywords::SelfUpper;
2828
/// **Known problems:**
2929
/// - False positive when using associated types (#2843)
3030
/// - False positives in some situations when using generics (#3410)
31-
/// - False positive when type from outer function can't be used (#3463)
3231
///
3332
/// **Example:**
3433
/// ```rust

0 commit comments

Comments
 (0)