We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c228fb6 commit 1ecb6ecCopy full SHA for 1ecb6ec
kube-runtime/src/lib.rs
@@ -16,6 +16,8 @@
16
#![allow(clippy::type_repetition_in_bounds)]
17
// Triggered by Tokio macros
18
#![allow(clippy::semicolon_if_nothing_returned)]
19
+// Triggered by nightly clippy on idiomatic code
20
+#![allow(clippy::let_underscore_untyped)]
21
22
pub mod controller;
23
pub mod events;
0 commit comments