Skip to content

Commit

Permalink
remove uninlined arg lint suppression (sigp#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jul 5, 2023
1 parent ba65812 commit c3ef84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ lint:
cargo clippy --workspace --tests $(EXTRA_CLIPPY_OPTS) -- \
-D clippy::fn_to_numeric_cast_any \
-D warnings \
-A clippy::uninlined-format-args \
-A clippy::derive_partial_eq_without_eq \
-A clippy::from-over-into \
-A clippy::upper-case-acronyms \
Expand Down

0 comments on commit c3ef84b

Please sign in to comment.