mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
One more test
This commit is contained in:
parent
208d4609b0
commit
b477f99bd9
@ -242,6 +242,8 @@ fn main() {
|
||||
r#"let res = <|>dbg!(a + b).foo();"#,
|
||||
r#"let res = (a + b).foo();"#,
|
||||
);
|
||||
|
||||
check_assist(remove_dbg, r#"let res = <|>dbg!(2 + 2) * 5"#, r#"let res = (2 + 2) * 5"#);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user