We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b606d16 commit 3edfd5eCopy full SHA for 3edfd5e
clippy_lints/src/utils/inspector.rs
@@ -54,9 +54,6 @@ impl<'tcx> LateLintPass<'tcx> for DeepCodeInspector {
54
),
55
hir::VisibilityKind::Inherited => println!("visibility inherited from outer item"),
56
}
57
- if item.defaultness.is_default() {
58
- println!("default");
59
- }
60
match item.kind {
61
hir::ImplItemKind::Const(_, body_id) => {
62
println!("associated constant");
0 commit comments