From d5a31dc2ecfcb6304eacd1fbe7672ac822831c57 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 11 Apr 2020 19:42:48 +0200 Subject: [PATCH] Remove commented-out code --- src/config.rs | 2 -- 1 file changed, 2 deletions(-) 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]