diff --git a/tests/padding.rs b/tests/padding.rs index 6125854..d87d887 100644 --- a/tests/padding.rs +++ b/tests/padding.rs @@ -80,6 +80,7 @@ fn drops() { assert_eq!(count.get(), 2); } +#[allow(clippy::clone_on_copy)] // This is intentional #[test] fn clone() { let a = CachePadded::new(17);