diff options
| author | Duncan Proctor <duncpro@icloud.com> | 2024-10-22 06:37:12 -0400 |
|---|---|---|
| committer | Duncan Proctor <duncpro@icloud.com> | 2024-10-22 06:37:12 -0400 |
| commit | 734710ff44ca4652ffd07ad2b6e6058b168f7b33 (patch) | |
| tree | 3926309a59333b770942a23a0f3b8d96eca2c4ac | |
| parent | b181cac478806928cb720d9e13a02759592b3d70 (diff) | |
| download | rust-734710ff44ca4652ffd07ad2b6e6058b168f7b33.tar.gz rust-734710ff44ca4652ffd07ad2b6e6058b168f7b33.zip | |
tidy
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide/src/goto_definition.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs b/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs index 1dbab2f3d28..71e6739d45b 100644 --- a/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs +++ b/src/tools/rust-analyzer/crates/ide/src/goto_definition.rs @@ -472,7 +472,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -488,7 +488,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -504,7 +504,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -520,7 +520,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } @@ -536,7 +536,7 @@ fn f(ch: char) -> bool { _ => false } } -"# +"#, ); } |
