diff --git a/src/cargo_toml.rs b/src/cargo_toml.rs index 24077452..fcbf0588 100644 --- a/src/cargo_toml.rs +++ b/src/cargo_toml.rs @@ -110,6 +110,7 @@ mod tests { dir: None, test: true, strict_clippy: true, + input_files: vec![], hint: String::new(), skip_check_unsolved: false, }, @@ -118,6 +119,7 @@ mod tests { dir: Some("d"), test: false, strict_clippy: false, + input_files: vec![], hint: String::new(), skip_check_unsolved: false, },