Skip to content

Commit 73a80c5

Browse files
authored
Merge pull request #2872 from rust-lang-nursery/pedantic-default
Move default_trait_access to pedantic
2 parents 052427e + 9f24b9d commit 73a80c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/default_trait_access.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::utils::{any_parent_is_automatically_derived, match_def_path, opt_def_
2222
/// ```
2323
declare_clippy_lint! {
2424
pub DEFAULT_TRAIT_ACCESS,
25-
style,
25+
pedantic,
2626
"checks for literal calls to Default::default()"
2727
}
2828

0 commit comments

Comments
 (0)