Skip to content

Commit bd92dad

Browse files
committed
allow large err results
1 parent 108a888 commit bd92dad

File tree

1 file changed

+2
-0
lines changed
  • rust/nu_plugin_custom_values/src

1 file changed

+2
-0
lines changed

rust/nu_plugin_custom_values/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::result_large_err)]
2+
13
use std::{
24
collections::BTreeMap,
35
sync::{atomic::AtomicU64, Mutex},

0 commit comments

Comments
 (0)