New lint: [derive_partial_eq_without_eq]
This commit is contained in:
parent
77effb7bb2
commit
fe84ff3360
29 changed files with 359 additions and 38 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use rustc_ast::ast::{Lit, LitFloatType, LitIntType, LitKind};
|
||||
use std::iter;
|
||||
|
||||
#[derive(Debug, PartialEq, Copy, Clone)]
|
||||
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
|
||||
pub enum Radix {
|
||||
Binary,
|
||||
Octal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue