We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5bf4a commit 3186725Copy full SHA for 3186725
rust/operator-binary/src/main.rs
@@ -1,3 +1,7 @@
1
+// TODO: Look into how to properly resolve `clippy::large_enum_variant`.
2
+// This will need changes in our and upstream error types.
3
+#![allow(clippy::large_enum_variant)]
4
+
5
mod restart_controller;
6
7
use clap::Parser;
0 commit comments