aboutsummaryrefslogtreecommitdiff
path: root/tests/golang.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/golang.rs')
-rw-r--r--tests/golang.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/golang.rs b/tests/golang.rs
index 8050716..41149f4 100644
--- a/tests/golang.rs
+++ b/tests/golang.rs
@@ -9,7 +9,7 @@
//! - https://golang.org/LICENSE
//! - https://golang.org/PATENTS
-#![allow(clippy::mutex_atomic, clippy::redundant_clone)]
+#![allow(clippy::redundant_clone)]
use std::alloc::{GlobalAlloc, Layout, System};
use std::any::Any;