aboutsummaryrefslogtreecommitdiff
path: root/tests/test_source.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_source.rs')
-rw-r--r--tests/test_source.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_source.rs b/tests/test_source.rs
index c7ddda8..ab16097 100644
--- a/tests/test_source.rs
+++ b/tests/test_source.rs
@@ -1,8 +1,4 @@
#![deny(clippy::all, clippy::pedantic)]
-#![allow(
- // Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7422
- clippy::nonstandard_macro_braces,
-)]
use std::error::Error as StdError;
use std::io;