mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fixed tidy test
This commit is contained in:
parent
581e1bf0d7
commit
8247925313
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
//! Syntax highlighting for escape sequences
|
||||||
use crate::syntax_highlighting::highlights::Highlights;
|
use crate::syntax_highlighting::highlights::Highlights;
|
||||||
use crate::{HlRange, HlTag};
|
use crate::{HlRange, HlTag};
|
||||||
use syntax::ast::IsString;
|
use syntax::ast::IsString;
|
||||||
use syntax::TextSize;
|
use syntax::TextSize;
|
||||||
|
|
||||||
/// Highlight escape sequences
|
|
||||||
pub(super) fn highlight_escape_string<T: IsString>(
|
pub(super) fn highlight_escape_string<T: IsString>(
|
||||||
stack: &mut Highlights,
|
stack: &mut Highlights,
|
||||||
string: &T,
|
string: &T,
|
||||||
|
|
Loading…
Reference in a new issue