mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
minor: remove debug print
This commit is contained in:
parent
7c7a41c5e9
commit
bef5e3096e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ mod tests {
|
||||||
};
|
};
|
||||||
|
|
||||||
let json = serde_json::to_string(&task).unwrap();
|
let json = serde_json::to_string(&task).unwrap();
|
||||||
println!("{}", json);
|
// println!("{}", json);
|
||||||
let back: ExpansionTask = serde_json::from_str(&json).unwrap();
|
let back: ExpansionTask = serde_json::from_str(&json).unwrap();
|
||||||
|
|
||||||
assert_eq!(tt, back.macro_body.to_subtree());
|
assert_eq!(tt, back.macro_body.to_subtree());
|
||||||
|
|
Loading…
Reference in a new issue