diff --git a/src/config.rs b/src/config.rs index 8cee778..9e18120 100644 --- a/src/config.rs +++ b/src/config.rs @@ -75,6 +75,7 @@ pub struct Config { pub ls_colors: Option, /// 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