about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/crates/ide/src/goto_definition.rs10
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
     }
 }
-"#
+"#,
         );
     }