Skip to content

Commit bef5e30

Browse files
committed
minor: remove debug print
1 parent 7c7a41c commit bef5e30

File tree

1 file changed

+1
-1
lines changed
  • crates/proc_macro_api/src

1 file changed

+1
-1
lines changed

crates/proc_macro_api/src/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mod tests {
9999
};
100100

101101
let json = serde_json::to_string(&task).unwrap();
102-
println!("{}", json);
102+
// println!("{}", json);
103103
let back: ExpansionTask = serde_json::from_str(&json).unwrap();
104104

105105
assert_eq!(tt, back.macro_body.to_subtree());

0 commit comments

Comments
 (0)