We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483bf25 commit 2119ffdCopy full SHA for 2119ffd
src/runner/toml_frobber.rs
@@ -43,6 +43,7 @@ impl<'a> TomlFrobber<'a> {
43
info!("finished frobbing {}", self.krate);
44
}
45
46
+ #[allow(clippy::ptr_arg)]
47
fn test_existance(dir: &Path, value: &Array, folder: &str) -> Array {
48
value
49
.iter()
0 commit comments