Skip to content

Commit fc567e1

Browse files
committed
temporarily suppress dead code warning
1 parent 4a036dd commit fc567e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-analysis/src/ty/def_analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ enum DefKind {
889889
Adt(AdtDef),
890890
Trait(TraitDef),
891891
ImplTrait(Implementor),
892-
Impl(HirImpl, TyId),
892+
Impl(HirImpl, #[allow(dead_code)] TyId),
893893
Func(FuncDef),
894894
}
895895

0 commit comments

Comments
 (0)