diff options
author | Aleksey Kladov <[email protected]> | 2020-11-06 21:30:58 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-11-06 21:30:58 +0000 |
commit | 6158304f8b64ef7cdf58b14bc675baf33a27a853 (patch) | |
tree | 0567887ad19474aee4c9a70f46b1ca2c48ce7ddd /crates/ide | |
parent | 5ba4f949c23dcf53f34995c90b7c01e6c641b1f0 (diff) |
Simplify
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/syntax_highlighting/injection.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/injection.rs b/crates/ide/src/syntax_highlighting/injection.rs index 79f6b5359..e97d1be1a 100644 --- a/crates/ide/src/syntax_highlighting/injection.rs +++ b/crates/ide/src/syntax_highlighting/injection.rs | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | use std::{collections::BTreeMap, convert::TryFrom}; | 3 | use std::{collections::BTreeMap, convert::TryFrom}; |
4 | 4 | ||
5 | use ast::{HasQuotes, HasStringValue}; | ||
6 | use hir::Semantics; | 5 | use hir::Semantics; |
7 | use ide_db::call_info::ActiveParameter; | 6 | use ide_db::call_info::ActiveParameter; |
8 | use itertools::Itertools; | 7 | use itertools::Itertools; |