mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 20:51:06 +01:00
chore: allow unused trait in test
This commit is contained in:
parent
0f71fd5a7a
commit
850f6c0491
@ -103,6 +103,7 @@ mod tests {
|
||||
#[allow(dead_code)]
|
||||
fn require_sync<T: Sync>(_t: &T) {}
|
||||
|
||||
#[allow(unused)]
|
||||
trait AmbiguousIfUnpin<A> {
|
||||
fn some_item(&self) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user