aboutsummaryrefslogtreecommitdiff
path: root/tests/waker_ready.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/waker_ready.rs')
-rw-r--r--tests/waker_ready.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/waker_ready.rs b/tests/waker_ready.rs
index 10d38cb..335134e 100644
--- a/tests/waker_ready.rs
+++ b/tests/waker_ready.rs
@@ -175,6 +175,7 @@ fn wake_by_ref() {
assert_eq!(chan.len(), 0);
}
+#[allow(clippy::redundant_clone)] // This is intentional
#[test]
fn clone() {
future!(f, get_waker, POLL, DROP_F);