Remove Known problems section invalid_upcast_comparisons (#14133)

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

changelog: none
This commit is contained in:
dswij 2025-02-07 17:34:49 +00:00 committed by GitHub
commit a25e1526e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;