mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
Merge pull request #396 from cakebaker/xargs_allow_dead_code
xargs: use `#[allow(dead_code)]` for enum
This commit is contained in:
@@ -306,6 +306,7 @@ impl CommandResult {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)] // `Killed` variant is never constructed on Windows
|
||||
#[derive(Debug)]
|
||||
enum CommandExecutionError {
|
||||
// exit code 255
|
||||
|
||||
Reference in New Issue
Block a user