diff options
author | Aleksey Kladov <[email protected]> | 2020-01-14 14:27:05 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-15 15:52:28 +0000 |
commit | ccfe53376ac579c2874000a939ea8be331c626aa (patch) | |
tree | c5e828be066a53e38fcb97b0f4c0ef411fa8951b /crates/ra_ide/src | |
parent | c0661ce7444223b0fff1f5d54adb41022ab788cb (diff) |
Introduce SourceBinder
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index 56a36f587..f06a8933e 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -312,7 +312,7 @@ mod tests { | |||
312 | use test_utils::{assert_eq_text, project_dir, read_text}; | 312 | use test_utils::{assert_eq_text, project_dir, read_text}; |
313 | 313 | ||
314 | #[test] | 314 | #[test] |
315 | fn test_highlighting() { | 315 | fn te3st_highlighting() { |
316 | let (analysis, file_id) = single_file( | 316 | let (analysis, file_id) = single_file( |
317 | r#" | 317 | r#" |
318 | #[derive(Clone, Debug)] | 318 | #[derive(Clone, Debug)] |