mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 08:58:26 +01:00
Fix unused config struct field on Windows
This commit is contained in:
parent
db9d2fa299
commit
80a73fda49
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ pub struct Config {
|
||||||
pub ls_colors: Option<LsColors>,
|
pub ls_colors: Option<LsColors>,
|
||||||
|
|
||||||
/// Whether or not we are writing to an interactive terminal
|
/// Whether or not we are writing to an interactive terminal
|
||||||
|
#[cfg_attr(not(unix), allow(unused))]
|
||||||
pub interactive_terminal: bool,
|
pub interactive_terminal: bool,
|
||||||
|
|
||||||
/// The type of file to search for. If set to `None`, all file types are displayed. If
|
/// The type of file to search for. If set to `None`, all file types are displayed. If
|
||||||
|
|
Loading…
Reference in a new issue