File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,21 @@ declare_clippy_lint! {
61
61
///
62
62
/// This lint permits lint attributes for lints emitted on the items themself.
63
63
/// For `use` items these lints are:
64
+ /// * ambiguous_glob_reexports
65
+ /// * dead_code
64
66
/// * deprecated
67
+ /// * hidden_glob_reexports
65
68
/// * unreachable_pub
66
- /// * unused_imports
69
+ /// * unused
70
+ /// * unused_braces
71
+ /// * unused_import_braces
72
+ /// * clippy::disallowed_types
67
73
/// * clippy::enum_glob_use
68
74
/// * clippy::macro_use_imports
75
+ /// * clippy::module_name_repetitions
76
+ /// * clippy::redundant_pub_crate
77
+ /// * clippy::single_component_path_imports
78
+ /// * clippy::unsafe_removed_from_name
69
79
/// * clippy::wildcard_imports
70
80
///
71
81
/// For `extern crate` items these lints are:
You can’t perform that action at this time.
0 commit comments