Skip to content

Commit

Permalink
revert ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Nov 1, 2023
1 parent c084f81 commit 96b65d3
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 @@ -149,7 +149,7 @@ jobs:

- name: cargo clippy
# Temporarily allow diverging_sub_expression until we figure out how to silence them in declare_class!
run: cargo clippy --all-targets ${{ matrix.args }} -- --allow=clippy::diverging_sub_expression --allow=clippy::negative_feature_names
run: cargo clippy --all-targets ${{ matrix.args }} -- --allow=clippy::diverging_sub_expression

msrv:
name: Check MSRV
Expand Down

0 comments on commit 96b65d3

Please sign in to comment.