Update known problems

This commit is contained in:
Wilco Kusee 2019-01-06 15:41:02 +01:00
parent ff191a808e
commit 7230768998

View File

@ -28,7 +28,6 @@ use syntax_pos::symbol::keywords::SelfUpper;
/// **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