Skip to content

Commit 7c83c60

Browse files
committed
chore: Allow Clippy's result_large_err lint
1 parent a3360c9 commit 7c83c60

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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
mod command;
26
mod config;
37
mod controller;

0 commit comments

Comments
 (0)