mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
fix test
This commit is contained in:
parent
a4f08c117f
commit
ba62a8a075
@ -102,8 +102,8 @@ fn some_fn() {
|
|||||||
"#,
|
"#,
|
||||||
r#"
|
r#"
|
||||||
fn some_fn() {
|
fn some_fn() {
|
||||||
let what_a_weird_formatting = 10;
|
let what_aweird_formatting = 10;
|
||||||
another_func(what_a_weird_formatting);
|
another_func(what_aweird_formatting);
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user