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:
commit
a25e1526e4
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue