chore: remove internal io-driver cargo feature (#2881)

This commit is contained in:
Ivan Petkov
2020-09-24 21:36:42 +00:00
committed by GitHub
parent ffa5bdb22d
commit 56acde069f
5 changed files with 62 additions and 17 deletions
+2 -2
View File
@@ -150,11 +150,11 @@ jobs:
run: cargo install cargo-hack
- name: check --each-feature
run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
run: cargo hack check --all --each-feature -Z avoid-dev-deps
# Try with unstable feature flags
- name: check --each-feature --unstable
run: cargo hack check --all --each-feature --skip io-driver -Z avoid-dev-deps
run: cargo hack check --all --each-feature -Z avoid-dev-deps
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings