We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a4dc0 commit b4c3a33Copy full SHA for b4c3a33
.github/workflows/build.yml
@@ -262,4 +262,4 @@ jobs:
262
rustup component add clippy
263
- name: Run default clippy linting
264
run: |
265
- cargo clippy -- -Aclippy::erasing_op -Aclippy::never_loop -Aclippy::if_same_then_else
+ cargo clippy -- -Aclippy::erasing_op -Aclippy::never_loop -Aclippy::if_same_then_else -Dclippy::try_err
0 commit comments