This commit is contained in:
hecatia-elegua 2023-03-29 14:27:20 +02:00
parent 0863389dd1
commit c351f6bf43

View file

@ -7,7 +7,6 @@ use cfg::{CfgExpr, CfgOptions};
use either::Either; use either::Either;
use hir_expand::{ use hir_expand::{
attrs::{collect_attrs, Attr, AttrId, RawAttrs}, attrs::{collect_attrs, Attr, AttrId, RawAttrs},
name::{AsName, Name},
HirFileId, InFile, HirFileId, InFile,
}; };
use itertools::Itertools; use itertools::Itertools;