update examples. #1629
GitHub Actions / clippy
succeeded
May 22, 2024 in 1s
clippy
4 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 4 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0-nightly (791adf759 2024-05-21)
- cargo 1.80.0-nightly (0de7f2ec6 2024-05-17)
- clippy 0.1.80 (791adf7 2024-05-21)
Annotations
Check warning on line 374 in http/src/h2/proto/headers.rs
github-actions / clippy
unexpected `cfg` condition value: `unstable`
warning: unexpected `cfg` condition value: `unstable`
--> http/src/h2/proto/headers.rs:374:11
|
374 | #[cfg(feature = "unstable")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `fnv`, `futures-util`, `h2`, `h3`, `h3-quinn`, `http1`, `http2`, `http3`, `httparse`, `io-uring`, `itoa`, `native-tls`, `openssl`, `router`, `runtime`, `rustls`, `rustls-uring`, `slab`, `tokio`, `tokio-uring`, `xitca-router`, and `xitca-tls`
= help: consider adding `unstable` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
Check warning on line 229 in http/src/h2/proto/headers.rs
github-actions / clippy
unexpected `cfg` condition value: `unstable`
warning: unexpected `cfg` condition value: `unstable`
--> http/src/h2/proto/headers.rs:229:11
|
229 | #[cfg(feature = "unstable")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `fnv`, `futures-util`, `h2`, `h3`, `h3-quinn`, `http1`, `http2`, `http3`, `httparse`, `io-uring`, `itoa`, `native-tls`, `openssl`, `router`, `runtime`, `rustls`, `rustls-uring`, `slab`, `tokio`, `tokio-uring`, `xitca-router`, and `xitca-tls`
= help: consider adding `unstable` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Check warning on line 374 in http/src/h2/proto/headers.rs
github-actions / clippy
unexpected `cfg` condition value: `unstable`
warning: unexpected `cfg` condition value: `unstable`
--> http/src/h2/proto/headers.rs:374:11
|
374 | #[cfg(feature = "unstable")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `fnv`, `futures-util`, `h2`, `h3`, `h3-quinn`, `http1`, `http2`, `http3`, `httparse`, `io-uring`, `itoa`, `native-tls`, `openssl`, `router`, `runtime`, `rustls`, `rustls-uring`, `slab`, `tokio`, `tokio-uring`, `xitca-router`, and `xitca-tls`
= help: consider adding `unstable` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
Check warning on line 229 in http/src/h2/proto/headers.rs
github-actions / clippy
unexpected `cfg` condition value: `unstable`
warning: unexpected `cfg` condition value: `unstable`
--> http/src/h2/proto/headers.rs:229:11
|
229 | #[cfg(feature = "unstable")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `fnv`, `futures-util`, `h2`, `h3`, `h3-quinn`, `http1`, `http2`, `http3`, `httparse`, `io-uring`, `itoa`, `native-tls`, `openssl`, `router`, `runtime`, `rustls`, `rustls-uring`, `slab`, `tokio`, `tokio-uring`, `xitca-router`, and `xitca-tls`
= help: consider adding `unstable` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Loading