diff --git a/cli/testing/fake-diff-editor.rs b/cli/testing/fake-diff-editor.rs index e4a98d2f8..c76e17f56 100644 --- a/cli/testing/fake-diff-editor.rs +++ b/cli/testing/fake-diff-editor.rs @@ -28,6 +28,10 @@ struct Args { /// Path to the "after" directory after: PathBuf, + + /// Ignored argument + #[arg(long)] + _ignore: Vec, } fn files_recursively(dir: &Path) -> HashSet {