Skip to content

Commit b85e16e

Browse files
committed
Allow clippy::multiple-crate-versions (bitflags 2)
1 parent 37e7373 commit b85e16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with:
3737
command: ${{matrix.command}}
38-
args: "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo'}}"
38+
args: "${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}"
3939

4040
doc: # This task should mirror the procedure on docs.rs
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)