Skip to content

Fix minor broken doc links and add missing feature flag #2241

Fix minor broken doc links and add missing feature flag

Fix minor broken doc links and add missing feature flag #2241

Triggered via pull request April 18, 2024 22:19
Status Success
Total duration 4m 19s
Artifacts

coverage.yml

on: pull_request
tarpaulin-codecov
3m 56s
tarpaulin-codecov
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
use of deprecated method `hyper_rustls::HttpsConnectorBuilder::<hyper_rustls::builderstates::WantsProtocols1>::with_server_name`: use Self::with_server_name_resolver with FixedServerNameResolver instead: kube-client/src/client/config_ext.rs#L236
warning: use of deprecated method `hyper_rustls::HttpsConnectorBuilder::<hyper_rustls::builderstates::WantsProtocols1>::with_server_name`: use Self::with_server_name_resolver with FixedServerNameResolver instead --> kube-client/src/client/config_ext.rs:236:31 | 236 | builder = builder.with_server_name(tsn.clone()); | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
if let can be simplified with `.unwrap_or_default()`: kube-derive/src/custom_resource.rs#L33
warning: if let can be simplified with `.unwrap_or_default()` --> kube-derive/src/custom_resource.rs:33:15 | 33 | #[darling(default)] | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_unwrap_or_default help: replace it with | 33 ~ #[darling(default)] 34 ~ crates.unwrap_or_default())] |
if let can be simplified with `.unwrap_or_default()`: kube-derive/src/custom_resource.rs#L20
warning: if let can be simplified with `.unwrap_or_default()` --> kube-derive/src/custom_resource.rs:20:15 | 20 | #[darling(default)] | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_unwrap_or_default = note: `#[warn(clippy::manual_unwrap_or_default)]` on by default help: replace it with | 20 ~ #[darling(default)] 21 ~ namespaced.unwrap_or_default())] |
if let can be simplified with `.unwrap_or_default()`: kube-derive/src/custom_resource.rs#L33
warning: if let can be simplified with `.unwrap_or_default()` --> kube-derive/src/custom_resource.rs:33:15 | 33 | #[darling(default)] | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_unwrap_or_default help: replace it with | 33 ~ #[darling(default)] 34 ~ crates.unwrap_or_default())] |
if let can be simplified with `.unwrap_or_default()`: kube-derive/src/custom_resource.rs#L20
warning: if let can be simplified with `.unwrap_or_default()` --> kube-derive/src/custom_resource.rs:20:15 | 20 | #[darling(default)] | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_unwrap_or_default = note: `#[warn(clippy::manual_unwrap_or_default)]` on by default help: replace it with | 20 ~ #[darling(default)] 21 ~ namespaced.unwrap_or_default())] |