]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide/src/syntax_highlighting/inject.rs
Support length for ByteStrings
[rust.git] / crates / ide / src / syntax_highlighting / inject.rs
index bc221d59966fc422e9fa092dc66347b1a2d1e9c1..4269d339ebfdcc6ed7a33d06c59cedbf34beeabb 100644 (file)
@@ -6,7 +6,7 @@
 use hir::{InFile, Semantics};
 use ide_db::{call_info::ActiveParameter, helpers::rust_doc::is_rust_fence, SymbolKind};
 use syntax::{
-    ast::{self, AstNode},
+    ast::{self, AstNode, IsString},
     AstToken, NodeOrToken, SyntaxNode, SyntaxToken, TextRange, TextSize,
 };