Fix unused config struct field on Windows

This commit is contained in:
Ross Smyth 2024-07-22 10:02:08 -04:00
parent db9d2fa299
commit 80a73fda49

View file

@ -75,6 +75,7 @@ pub struct Config {
pub ls_colors: Option<LsColors>,
/// Whether or not we are writing to an interactive terminal
#[cfg_attr(not(unix), allow(unused))]
pub interactive_terminal: bool,
/// The type of file to search for. If set to `None`, all file types are displayed. If