aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/source_binder.rs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-11-26 13:13:36 +0000
committerEdwin Cheng <[email protected]>2019-11-26 13:13:36 +0000
commit0623164c1d1ec461570c7d3d330d7c90fb00cf6e (patch)
tree9e7def2ecd0db0a44f04b87bd5bc4b908fe5a5f2 /crates/ra_hir/src/source_binder.rs
parent245a9b165acb179c40b8c9d4a085e5ccdd4b75d3 (diff)
Remove dbg!
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),