style: allow unused ExecutorChild (#829)
* style: allow unused ExecutorChild * style: remove duplicate cfg on windows
This commit is contained in:
@@ -227,6 +227,7 @@ impl DryCommand {
|
||||
|
||||
/// The Result of spawn. Contains an actual `std::process::Child` if executed by a wet command.
|
||||
pub enum ExecutorChild {
|
||||
#[allow(unused)] // this type has not been used
|
||||
Wet(Child),
|
||||
Dry,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user