tokio: cargo check -p --all-features without tokio_unstable (#8401)

This commit is contained in:
Carl Lerche
2026-09-03 13:25:46 +00:00
committed by GitHub
parent 192ef9a1c1
commit 231a8faf20
17 changed files with 39 additions and 47 deletions
-5
View File
@@ -84,11 +84,6 @@ cargo check --all-features
cargo test --all-features
```
> [!NOTE]
> There are some features that are not available in some systems (e.g., `io-uring`
> which is Linux only). In that case you cannot use the `--all-features` and you
> should specify only the features that are supported (e.g., `--features=full`).
Ideally, you should use the same version of clippy as the one used in CI
(defined by `env.rust_clippy` in [ci.yml][ci.yml]), because newer versions
might have new lints: