Move default_trait_access to pedantic

This commit is contained in:
Manish Goregaokar 2018-06-25 11:39:48 -07:00
parent 9f8624e5bf
commit 9f24b9d4b3

View file

@ -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()"
}