Skip to content

Commit

Permalink
temporarily suppress dead code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
micahscopes committed Mar 27, 2024
1 parent 4a036dd commit fc567e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir-analysis/src/ty/def_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ enum DefKind {
Adt(AdtDef),
Trait(TraitDef),
ImplTrait(Implementor),
Impl(HirImpl, TyId),
Impl(HirImpl, #[allow(dead_code)] TyId),
Func(FuncDef),
}

Expand Down

0 comments on commit fc567e1

Please sign in to comment.