Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4cc9c15

Browse files
committed
Remove trailing spaces
1 parent 4267a3a commit 4cc9c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/goto_definition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ struct B;
30943094
30953095
impl From<A> for B {
30963096
fn from(value: A) -> Self {
3097-
//^^^^
3097+
//^^^^
30983098
B
30993099
}
31003100
}

0 commit comments

Comments
 (0)