Skip to content

Fix connector shadowing to fix no-tls build #990

Fix connector shadowing to fix no-tls build

Fix connector shadowing to fix no-tls build #990

Triggered via pull request October 31, 2023 22:31
Status Success
Total duration 41s
Artifacts

lint.yml

on: pull_request
Matrix: cargo deny
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unused import: `kube_core::response::Status`: kube-client/src/client/builder.rs#L8
warning: unused import: `kube_core::response::Status` --> kube-client/src/client/builder.rs:8:9 | 8 | pub use kube_core::response::Status; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused imports: `Scope`, `verbs`: kube-client/src/discovery/apigroup.rs#L4
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