mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-30 03:27:44 +00:00
Remove trailing spaces
This commit is contained in:
parent
c14cdcf5cc
commit
a0be4b189c
1 changed files with 1 additions and 1 deletions
|
|
@ -3094,7 +3094,7 @@ struct B;
|
||||||
|
|
||||||
impl From<A> for B {
|
impl From<A> for B {
|
||||||
fn from(value: A) -> Self {
|
fn from(value: A) -> Self {
|
||||||
//^^^^
|
//^^^^
|
||||||
B
|
B
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue