ide: insert whitespaces surrounding _ in macro expansion

This commit is contained in:
andylizi
2022-05-24 07:35:47 +08:00
parent 81805d4cfc
commit ebf8b1a96e
2 changed files with 3 additions and 3 deletions

View File

@@ -385,7 +385,7 @@ fn main() {
"#,
expect![[r#"
foo
0 "#]],
0"#]],
);
}