mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-05 00:00:11 +02:00
tokio: cargo check -p --all-features without tokio_unstable (#8401)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user