Squelch a warning

This commit is contained in:
Aleksey Kladov 2021-01-27 12:40:15 +03:00
parent b8d50a7414
commit 5101f85da0

View File

@ -16,6 +16,7 @@ pub(crate) struct Args {
pub(crate) log_file: Option<PathBuf>,
pub(crate) no_buffering: bool,
pub(crate) command: Command,
#[allow(unused)]
pub(crate) wait_dbg: bool,
}