mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Remove assert_ne example from doc
This commit is contained in:
parent
024dfee33c
commit
5a0a2b383c
1 changed files with 0 additions and 6 deletions
|
@ -528,12 +528,6 @@ declare_clippy_lint! {
|
|||
/// assert_eq!({ foo(); }, { bar(); });
|
||||
/// ```
|
||||
/// will always succeed
|
||||
/// ```rust
|
||||
/// # fn foo() {};
|
||||
/// # fn bar() {};
|
||||
/// assert_ne!({ foo(); }, { bar(); });
|
||||
/// ```
|
||||
/// will always fail
|
||||
pub UNIT_CMP,
|
||||
correctness,
|
||||
"comparing unit values"
|
||||
|
|
Loading…
Reference in a new issue