Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed May 29, 2023
1 parent 16947dd commit 9783214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run: cargo clippy --version
# Use --all-targets to also check tests.
# Note that --all-features doesn't check all code when something is *disabled* by a feature.
# LATER Seems like this doesn't check tests because we¨re using trybuild. Any way to fix that?
# LATER Seems like this doesn't check tests because we're using trybuild. Any way to fix that?
- run: cargo clippy --all-targets --all-features -- --deny warnings
# No fixmes allowed - they're to be fixed before committing
# or at least before merging to master so they can be used
Expand Down

0 comments on commit 9783214

Please sign in to comment.