aboutsummaryrefslogtreecommitdiff
path: root/tests/test_boxed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_boxed.rs')
-rw-r--r--tests/test_boxed.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_boxed.rs b/tests/test_boxed.rs
index 38a568f..fb1fb13 100644
--- a/tests/test_boxed.rs
+++ b/tests/test_boxed.rs
@@ -1,3 +1,8 @@
+#![allow(
+ // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
+ clippy::nonstandard_macro_braces,
+)]
+
use anyhow::anyhow;
use std::error::Error as StdError;
use std::io;