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 79f0bd7 commit fbbbe74Copy full SHA for fbbbe74
git2-hooks/src/hookspath.rs
@@ -109,6 +109,7 @@ impl HookPaths {
109
pub fn run_hook(&self, args: &[&str]) -> Result<HookResult> {
110
let hook = self.hook.clone();
111
112
+ #[allow(clippy::unnecessary_debug_formatting)]
113
let arg_str = format!("{:?} {}", hook, args.join(" "));
114
// Use -l to avoid "command not found" on Windows.
115
let bash_args =
0 commit comments