diff options
author | Aleksey Kladov <[email protected]> | 2020-01-15 15:53:01 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-15 15:53:01 +0000 |
commit | aaef88db0e2602e010f78e26a80d974be12c1f71 (patch) | |
tree | 90293ca65e09e4560342ec2471ca8c8e6f7bcf8f /crates/ra_ide/src | |
parent | 5b255b4e6b879d5a04d8fac97c0acdc917e32b68 (diff) |
Typos
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 e514f9a2c..0411977b9 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -317,7 +317,7 @@ mod tests { | |||
317 | use crate::mock_analysis::{single_file, MockAnalysis}; | 317 | use crate::mock_analysis::{single_file, MockAnalysis}; |
318 | 318 | ||
319 | #[test] | 319 | #[test] |
320 | fn te3st_highlighting() { | 320 | fn test_highlighting() { |
321 | let (analysis, file_id) = single_file( | 321 | let (analysis, file_id) = single_file( |
322 | r#" | 322 | r#" |
323 | #[derive(Clone, Debug)] | 323 | #[derive(Clone, Debug)] |