Skip to content

Bump MSRV from 1.64 to 1.65 #44

Bump MSRV from 1.64 to 1.65

Bump MSRV from 1.64 to 1.65 #44

GitHub Actions / clippy succeeded Nov 21, 2023 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.76.0-nightly (3a85a5cfe 2023-11-20)
  • cargo 1.76.0-nightly (71cd3a926 2023-11-20)
  • clippy 0.1.76 (3a85a5c 2023-11-20)

Annotations

Check warning on line 8 in kube-client/src/client/builder.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `kube_core::response::Status`

warning: unused import: `kube_core::response::Status`
 --> kube-client/src/client/builder.rs:8:9
  |
8 | pub use kube_core::response::Status;
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 4 in kube-client/src/discovery/apigroup.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `Scope`, `verbs`

warning: unused imports: `Scope`, `verbs`
 --> kube-client/src/discovery/apigroup.rs:4:32
  |
4 | pub use kube_core::discovery::{verbs, ApiCapabilities, ApiResource, Scope};
  |                                ^^^^^                                ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default