Remove commented-out code

This commit is contained in:
sharkdp 2020-04-11 19:42:48 +02:00 committed by David Peter
parent 051dd4ba87
commit d5a31dc2ec
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ pub struct Config<'a> {
/// Ranges of lines which should be highlighted with a special background color
pub highlighted_lines: HighlightedLineRanges,
///// Names of files to display when printing
// pub filenames: Option<Vec<&'a str>>,
}
#[test]