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 a3360c9 commit 7c83c60Copy full SHA for 7c83c60
1 file changed
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::result_large_err)]
4
+
5
mod command;
6
mod config;
7
mod controller;
0 commit comments