diff --git a/src/config.rs b/src/config.rs index 3ccd45eb..a2bff63d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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>, } #[test]