Skip to content

Commit 1392d04

Browse files
Clippy -A clippy::uninlined_format_args
1 parent 5c7eeb2 commit 1392d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ check: program
4545

4646
clippy:
4747
$(call require_env,SYSTEMD_UTIL_DIR)
48-
$(CARGO) clippy $(CARGOFLAGS)
48+
$(CARGO) clippy $(CARGOFLAGS) -- -A clippy::uninlined_format_args
4949

5050
clean:
5151
$(CARGO) clean

0 commit comments

Comments
 (0)