Remove reference to io-uring
All checks were successful
/ clippy (push) Successful in 1m13s
/ tests (push) Successful in 1m39s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m2s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m1s
/ check (x86_64-unknown-linux-musl) (push) Successful in 3m2s

This commit is contained in:
asonix 2024-02-11 14:39:02 -06:00
parent 17befe1c17
commit d8eb763893
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ jobs:
name: Clippy
run: |
cargo clippy --no-default-features -- -D warnings
cargo clippy --no-default-features --features io-uring -- -D warnings
tests:
runs-on: docker

View file

@ -22,7 +22,6 @@ jobs:
name: Clippy
run: |
cargo clippy --no-default-features -- -D warnings
cargo clippy --no-default-features --features io-uring -- -D warnings
tests:
runs-on: docker