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 f6e9f9b commit 12227fcCopy full SHA for 12227fc
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
use std::sync::Arc;
6
7
use clap::Parser;
0 commit comments