We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1bfbe commit 09aef24Copy full SHA for 09aef24
src/config.rs
@@ -74,8 +74,6 @@ pub struct Config<'a> {
74
75
/// Ranges of lines which should be highlighted with a special background color
76
pub highlighted_lines: HighlightedLineRanges,
77
- ///// Names of files to display when printing
78
- // pub filenames: Option<Vec<&'a str>>,
79
}
80
81
#[test]
0 commit comments