Skip to content

Commit 0623164

Browse files
committed
Remove dbg!
1 parent 245a9b1 commit 0623164

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ra_hir/src/source_binder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ impl SourceAnalyzer {
448448
db.ast_id_map(macro_call.file_id).ast_id(macro_call.value),
449449
);
450450
let macro_call_loc = MacroCallLoc { def, ast_id };
451-
let kind = to_macro_file_kind(macro_call.value);
452-
dbg!(kind);
453451
Some(Expansion {
454452
macro_call_id: db.intern_macro(macro_call_loc),
455453
macro_file_kind: to_macro_file_kind(macro_call.value),

0 commit comments

Comments
 (0)