From c351f6bf43a1f8b07ef17c0cf993c2649bb53686 Mon Sep 17 00:00:00 2001 From: hecatia-elegua <108802164+hecatia-elegua@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:27:20 +0200 Subject: [PATCH] Fix --- crates/hir-def/src/attr.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/hir-def/src/attr.rs b/crates/hir-def/src/attr.rs index 45da0c8af5..a13f660d7e 100644 --- a/crates/hir-def/src/attr.rs +++ b/crates/hir-def/src/attr.rs @@ -7,7 +7,6 @@ use cfg::{CfgExpr, CfgOptions}; use either::Either; use hir_expand::{ attrs::{collect_attrs, Attr, AttrId, RawAttrs}, - name::{AsName, Name}, HirFileId, InFile, }; use itertools::Itertools;