diff options
Diffstat (limited to 'vendor/crossbeam-channel/tests/golang.rs')
-rw-r--r-- | vendor/crossbeam-channel/tests/golang.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/crossbeam-channel/tests/golang.rs b/vendor/crossbeam-channel/tests/golang.rs index 8050716c6..41149f485 100644 --- a/vendor/crossbeam-channel/tests/golang.rs +++ b/vendor/crossbeam-channel/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; |