From aaef88db0e2602e010f78e26a80d974be12c1f71 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 15 Jan 2020 16:53:01 +0100 Subject: Typos --- crates/ra_ide/src/syntax_highlighting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_ide/src') 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 { use crate::mock_analysis::{single_file, MockAnalysis}; #[test] - fn te3st_highlighting() { + fn test_highlighting() { let (analysis, file_id) = single_file( r#" #[derive(Clone, Debug)] -- cgit v1.2.3