File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ mod if_std {
2727
2828 // Re-export some types from `std::io` so that users don't have to deal
2929 // with conflicts when `use`ing `futures::io` and `std::io`.
30- #[ allow( clippy:: useless_attribute) ] // https://github.com/rust-lang/rust-clippy/issues/4106
3130 #[ allow( unreachable_pub) ] // https://github.com/rust-lang/rust/issues/57411
3231 pub use self :: StdIo :: {
3332 Error as Error ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use std::task::Context;
1212use futures_sink:: Sink as Sink03 ;
1313
1414#[ cfg( feature = "io-compat" ) ]
15- #[ allow( clippy:: useless_attribute) ] // https://github.com/rust-lang/rust-clippy/issues/4106
1615#[ allow( unreachable_pub) ] // https://github.com/rust-lang/rust/issues/57411
1716pub use io:: { AsyncRead01CompatExt , AsyncWrite01CompatExt } ;
1817
You can’t perform that action at this time.
0 commit comments