aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/source_binder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src/source_binder.rs')
-rw-r--r--crates/ra_hir/src/source_binder.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_hir/src/source_binder.rs b/crates/ra_hir/src/source_binder.rs
index 287cea880..144e144bb 100644
--- a/crates/ra_hir/src/source_binder.rs
+++ b/crates/ra_hir/src/source_binder.rs
@@ -448,8 +448,6 @@ impl SourceAnalyzer {
448 db.ast_id_map(macro_call.file_id).ast_id(macro_call.value), 448 db.ast_id_map(macro_call.file_id).ast_id(macro_call.value),
449 ); 449 );
450 let macro_call_loc = MacroCallLoc { def, ast_id }; 450 let macro_call_loc = MacroCallLoc { def, ast_id };
451 let kind = to_macro_file_kind(macro_call.value);
452 dbg!(kind);
453 Some(Expansion { 451 Some(Expansion {
454 macro_call_id: db.intern_macro(macro_call_loc), 452 macro_call_id: db.intern_macro(macro_call_loc),
455 macro_file_kind: to_macro_file_kind(macro_call.value), 453 macro_file_kind: to_macro_file_kind(macro_call.value),