Make clippy happy

This commit is contained in:
Roey Darwish Dror
2021-04-06 09:52:34 +03:00
parent 572e8ffdf4
commit 8d55076cd3
3 changed files with 4 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ use std::os::unix::prelude::MetadataExt;
use std::path::PathBuf;
use std::process::Command;
#[allow(clippy::upper_case_acronyms)]
struct NPM {
command: PathBuf,
}