olix0r / kubert

Rust Kubernetes runtime helpers. Based on kube-rs.
Apache License 2.0
148 stars 13 forks source link

style: fix clippy warnings on `cfg` attributes #189

Closed hawkw closed 1 year ago

hawkw commented 1 year ago

Clippy doesn't like the use of #[cfg(all(...))] where there's only one condition in the all(...). This commit fixes that and makes clippy happy about it.