Skip to content

Commit c2f5dab

Browse files
committed
Remove outdate FIXME
1 parent 4429a9c commit c2f5dab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/hir/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ impl Module {
881881
}
882882

883883
let drop_maybe_dangle = (|| {
884-
// FIXME: This can be simplified a lot by exposing hir-ty's utils.rs::Generics helper
885884
let trait_ = trait_?;
886885
let drop_trait = interner.lang_items().Drop?;
887886
if drop_trait != trait_.into() {

0 commit comments

Comments
 (0)