Skip to content

Commit 2119ffd

Browse files
committed
allow clippy::ptr_arg warning
1 parent 483bf25 commit 2119ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runner/toml_frobber.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ impl<'a> TomlFrobber<'a> {
4343
info!("finished frobbing {}", self.krate);
4444
}
4545

46+
#[allow(clippy::ptr_arg)]
4647
fn test_existance(dir: &Path, value: &Array, folder: &str) -> Array {
4748
value
4849
.iter()

0 commit comments

Comments
 (0)