Skip to content

Commit

Permalink
Remove Known problems section invalid_upcast_comparisons (rust-la…
Browse files Browse the repository at this point in the history
…ng#14133)

Remove `Known problems` section `invalid_upcast_comparisons` since issue
was fixed rust-lang#886

changelog: none
  • Loading branch information
dswij authored Feb 7, 2025
2 parents 4e5d00a + 2a7d1d4 commit a25e152
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clippy_lints/src/invalid_upcast_comparisons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ declare_clippy_lint! {
/// will mistakenly imply that it is possible for `x` to be outside the range of
/// `u8`.
///
/// ### Known problems
/// https://github.com/rust-lang/rust-clippy/issues/886
///
/// ### Example
/// ```no_run
/// let x: u8 = 1;
Expand Down

0 comments on commit a25e152

Please sign in to comment.