Skip to content

Commit

Permalink
Remove Known problems section invalid_upcast_comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-semenyuk authored Feb 1, 2025
1 parent 7e5cfbe commit 2a7d1d4
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 2a7d1d4

Please sign in to comment.