chore(deps): update rustyline from 12 to 13

This commit is contained in:
link2xt
2024-01-12 02:45:53 +00:00
parent 406b59501b
commit 7b0e5adaee
4 changed files with 14 additions and 39 deletions

View File

@@ -299,8 +299,8 @@ impl Highlighter for DcHelper {
self.highlighter.highlight(line, pos)
}
fn highlight_char(&self, line: &str, pos: usize) -> bool {
self.highlighter.highlight_char(line, pos)
fn highlight_char(&self, line: &str, pos: usize, forced: bool) -> bool {
self.highlighter.highlight_char(line, pos, forced)
}
}