diff options
| author | alexey semenyuk <alexsemenyuk88@gmail.com> | 2025-02-01 23:52:12 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-01 23:52:12 +0500 |
| commit | 2a7d1d4c0b1b6b06ffa6868cf10ace2a7b634129 (patch) | |
| tree | bb2bbab4f2bb805defada336cae378d56c778b48 | |
| parent | 7e5cfbe3730d3ac3db43835363da423a32dd05ee (diff) | |
| download | rust-2a7d1d4c0b1b6b06ffa6868cf10ace2a7b634129.tar.gz rust-2a7d1d4c0b1b6b06ffa6868cf10ace2a7b634129.zip | |
Remove `Known problems` section `invalid_upcast_comparisons`
| -rw-r--r-- | clippy_lints/src/invalid_upcast_comparisons.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clippy_lints/src/invalid_upcast_comparisons.rs b/clippy_lints/src/invalid_upcast_comparisons.rs index 1929fbded3b..b42664340d1 100644 --- a/clippy_lints/src/invalid_upcast_comparisons.rs +++ b/clippy_lints/src/invalid_upcast_comparisons.rs @@ -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; |
