enable pipeline for quic feature. #1557
clippy
5 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 5 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0-nightly (5f2c7d2bf 2024-03-25)
- cargo 1.79.0-nightly (a510712d0 2024-03-25)
- clippy 0.1.79 (5f2c7d2 2024-03-25)
Annotations
Check warning on line 279 in web/src/lib.rs
github-actions / clippy
item has both inner and outer attributes
warning: item has both inner and outer attributes
--> web/src/lib.rs:277:1
|
277 | / #[cfg(feature = "codegen")]
278 | | pub mod codegen {
279 | | //! macro code generation module.
| |_____________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
= note: `#[warn(clippy::mixed_attributes_style)]` on by default
Check warning on line 279 in web/src/lib.rs
github-actions / clippy
item has both inner and outer attributes
warning: item has both inner and outer attributes
--> web/src/lib.rs:277:1
|
277 | / #[cfg(feature = "codegen")]
278 | | pub mod codegen {
279 | | //! macro code generation module.
| |_____________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
= note: `#[warn(clippy::mixed_attributes_style)]` on by default
Check warning on line 44 in postgres/src/driver/generic.rs
github-actions / clippy
method `take_rx` is never used
warning: method `take_rx` is never used
--> postgres/src/driver/generic.rs:44:19
|
43 | impl DriverState {
| ---------------- method in this implementation
44 | pub(crate) fn take_rx(self) -> GenericDriverRx {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 225 in http-ws/src/proto.rs
github-actions / clippy
item has both inner and outer attributes
warning: item has both inner and outer attributes
--> http-ws/src/proto.rs:223:1
|
223 | / #[cfg(test)]
224 | | mod test {
225 | | #![allow(unused_imports, unused_variables, dead_code)]
| |__________________________________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
= note: `#[warn(clippy::mixed_attributes_style)]` on by default
Check warning on line 225 in http-ws/src/proto.rs
github-actions / clippy
item has both inner and outer attributes
warning: item has both inner and outer attributes
--> http-ws/src/proto.rs:223:1
|
223 | / #[cfg(test)]
224 | | mod test {
225 | | #![allow(unused_imports, unused_variables, dead_code)]
| |__________________________________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
= note: `#[warn(clippy::mixed_attributes_style)]` on by default