Skip to content

Commit 12227fc

Browse files
committed
chore: Allow Clippy's result_large_err lint
1 parent f6e9f9b commit 12227fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/operator-binary/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
use std::sync::Arc;
26

37
use clap::Parser;

0 commit comments

Comments
 (0)