Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client/tls #994

Merged
merged 2 commits into from
Mar 23, 2024

clippy fix.

7657872
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Client/tls #994

clippy fix.
7657872
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Mar 23, 2024 in 0s

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 (85e449a32 2024-03-22)
  • cargo 1.79.0-nightly (d438c80c4 2024-03-19)
  • clippy 0.1.79 (85e449a 2024-03-22)

Annotations

Check warning on line 279 in web/src/lib.rs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / clippy

method `take_rx` is never used

warning: method `take_rx` is never used
  --> postgres/src/driver/generic.rs:44:19
   |
42 | impl DriverState {
   | ---------------- method in this implementation
43 |     #[cfg(feature = "io-uring")]
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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