Skip to content

Commit 850f6c0

Browse files
committed
chore: allow unused trait in test
1 parent 0f71fd5 commit 850f6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actix-utils/src/future/poll_fn.rs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ mod tests {
103103
#[allow(dead_code)]
104104
fn require_sync<T: Sync>(_t: &T) {}
105105

106+
#[allow(unused)]
106107
trait AmbiguousIfUnpin<A> {
107108
fn some_item(&self) {}
108109
}

0 commit comments

Comments
 (0)