Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/change.rs')
| -rw-r--r-- | crates/hir-expand/src/change.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/hir-expand/src/change.rs b/crates/hir-expand/src/change.rs index 3f5b8fdc9b..6873cb7eaf 100644 --- a/crates/hir-expand/src/change.rs +++ b/crates/hir-expand/src/change.rs @@ -14,10 +14,6 @@ pub struct ChangeWithProcMacros { } impl ChangeWithProcMacros { - pub fn new() -> Self { - Self::default() - } - pub fn apply(self, db: &mut impl ExpandDatabase) { let crates_id_map = self.source_change.apply(db); if let Some(proc_macros) = self.proc_macros { |