diff options
Diffstat (limited to 'crates/ra_ide/src/syntax_highlighting/tests.rs')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting/tests.rs b/crates/ra_ide/src/syntax_highlighting/tests.rs index ff23d4ac5..2d90a072f 100644 --- a/crates/ra_ide/src/syntax_highlighting/tests.rs +++ b/crates/ra_ide/src/syntax_highlighting/tests.rs | |||
@@ -26,7 +26,7 @@ macro_rules! def_fn { | |||
26 | ($($tt:tt)*) => {$($tt)*} | 26 | ($($tt:tt)*) => {$($tt)*} |
27 | } | 27 | } |
28 | 28 | ||
29 | def_fn!{ | 29 | def_fn! { |
30 | fn bar() -> u32 { | 30 | fn bar() -> u32 { |
31 | 100 | 31 | 100 |
32 | } | 32 | } |