Skip to content

Commit

Permalink
clippy: variables can be used directly in the format! string (#292)
Browse files Browse the repository at this point in the history
* Allow ununlined_format_args in clippy

* Fix yaml

* Fix yaml again, because of windows
  • Loading branch information
Wojtek242 authored Jan 29, 2023
1 parent 4eade80 commit be3a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: cargo test ${{ inputs.profile }} ${{ inputs.features }}
- name: cargo clippy
if: inputs.toolchain == 'stable'
run: cargo clippy ${{ inputs.profile }} ${{ inputs.features }} -- -D warnings
run: cargo clippy ${{ inputs.profile }} ${{ inputs.features }} -- -D warnings -A clippy::uninlined_format_args
- name: cargo doc
run: env DOCS_RS=true cargo doc ${{ inputs.profile }} ${{ inputs.features }} --no-deps
- name: cargo fmt
Expand Down

0 comments on commit be3a7dd

Please sign in to comment.