mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-14 09:46:00 +00:00
refactor: Remove unnecessary extension trait
This commit is contained in:
parent
d11dbf648f
commit
4cc6ee3f01
6 changed files with 59 additions and 68 deletions
|
|
@ -136,7 +136,6 @@ pub use {
|
|||
HirFileRange, InFile, InFileWrapper, InMacroFile, InRealFile, MacroFilePosition,
|
||||
MacroFileRange,
|
||||
},
|
||||
hygiene::{SyntaxContextExt, marks_rev},
|
||||
inert_attr_macro::AttributeTemplate,
|
||||
mod_path::{ModPath, PathKind, tool_path},
|
||||
name::Name,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ use hir_expand::{
|
|||
builtin::{BuiltinFnLikeExpander, EagerExpander},
|
||||
db::ExpandDatabase,
|
||||
files::{FileRangeWrapper, InRealFile},
|
||||
hygiene::SyntaxContextExt as _,
|
||||
inert_attr_macro::find_builtin_attr_idx,
|
||||
mod_path::{ModPath, PathKind},
|
||||
name::AsName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue