Skip to content

Commit

Permalink
Limits features to proposals for Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Mar 10, 2023
1 parent bded392 commit bd6276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-features --all-targets -q -- -D warnings
args: --workspace --features=proposals --all-targets -q -- -D warnings

0 comments on commit bd6276d

Please sign in to comment.