We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7a41c commit bef5e30Copy full SHA for bef5e30
crates/proc_macro_api/src/rpc.rs
@@ -99,7 +99,7 @@ mod tests {
99
};
100
101
let json = serde_json::to_string(&task).unwrap();
102
- println!("{}", json);
+ // println!("{}", json);
103
let back: ExpansionTask = serde_json::from_str(&json).unwrap();
104
105
assert_eq!(tt, back.macro_body.to_subtree());
0 commit comments