Skip to content

Commit 3186725

Browse files
committed
chore: Allow Clippy's large_enum_variant lint
1 parent 6a5bf4a commit 3186725

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::large_enum_variant)]
4+
15
mod restart_controller;
26

37
use clap::Parser;

0 commit comments

Comments
 (0)