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 5c7eeb2 commit 9c00640Copy full SHA for 9c00640
Makefile
@@ -45,7 +45,7 @@ check: program
45
46
clippy:
47
$(call require_env,SYSTEMD_UTIL_DIR)
48
- $(CARGO) clippy $(CARGOFLAGS)
+ $(CARGO) clippy $(CARGOFLAGS) $(if $(filter $(CARGOFLAGS),--),,--) -A clippy::uninlined_format_args
49
50
clean:
51
$(CARGO) clean
0 commit comments