Move default_trait_access to pedantic
This commit is contained in:
parent
9f8624e5bf
commit
9f24b9d4b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use crate::utils::{any_parent_is_automatically_derived, match_def_path, opt_def_
|
|||
/// ```
|
||||
declare_clippy_lint! {
|
||||
pub DEFAULT_TRAIT_ACCESS,
|
||||
style,
|
||||
pedantic,
|
||||
"checks for literal calls to Default::default()"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue