mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-15 09:42:25 +01:00
Use deref coercion to simplify some argument passing
This commit is contained in:
committed by
Martin Nordholts
parent
7956485e37
commit
4baa346aae
@@ -395,7 +395,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
||||
return Ok(());
|
||||
}
|
||||
};
|
||||
highlighter.highlight(line.as_ref(), self.syntax_set)
|
||||
highlighter.highlight(&line, self.syntax_set)
|
||||
};
|
||||
|
||||
if out_of_range {
|
||||
|
Reference in New Issue
Block a user