Skip to content

Commit a25e152

Browse files
authored
Remove Known problems section invalid_upcast_comparisons (rust-lang#14133)
Remove `Known problems` section `invalid_upcast_comparisons` since issue was fixed rust-lang#886 changelog: none
2 parents 4e5d00a + 2a7d1d4 commit a25e152

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/invalid_upcast_comparisons.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ declare_clippy_lint! {
2222
/// will mistakenly imply that it is possible for `x` to be outside the range of
2323
/// `u8`.
2424
///
25-
/// ### Known problems
26-
/// https://github.com/rust-lang/rust-clippy/issues/886
27-
///
2825
/// ### Example
2926
/// ```no_run
3027
/// let x: u8 = 1;

0 commit comments

Comments
 (0)