We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Known problems
invalid_upcast_comparisons
2 parents 4e5d00a + 2a7d1d4 commit a25e152Copy full SHA for a25e152
clippy_lints/src/invalid_upcast_comparisons.rs
@@ -22,9 +22,6 @@ declare_clippy_lint! {
22
/// will mistakenly imply that it is possible for `x` to be outside the range of
23
/// `u8`.
24
///
25
- /// ### Known problems
26
- /// https://github.com/rust-lang/rust-clippy/issues/886
27
- ///
28
/// ### Example
29
/// ```no_run
30
/// let x: u8 = 1;
0 commit comments