Fixed tidy test

This commit is contained in:
yipinliu 2022-03-12 20:04:14 +08:00
parent 581e1bf0d7
commit 8247925313

View file

@ -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,