mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
we don't need to write var_name after block expr?
This commit is contained in:
parent
a996b66cc6
commit
1538ca3ae5
@ -153,7 +153,6 @@ fn foo() {
|
|||||||
"
|
"
|
||||||
fn foo() {
|
fn foo() {
|
||||||
let <|>var_name = { let x = 0; x };
|
let <|>var_name = { let x = 0; x };
|
||||||
var_name
|
|
||||||
something_else();
|
something_else();
|
||||||
}",
|
}",
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user