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 {
27
27
28
28
// Re-export some types from `std::io` so that users don't have to deal
29
29
// with conflicts when `use`ing `futures::io` and `std::io`.
30
- #[ allow( clippy:: useless_attribute) ] // https://github.com/rust-lang/rust-clippy/issues/4106
31
30
#[ allow( unreachable_pub) ] // https://github.com/rust-lang/rust/issues/57411
32
31
pub use self :: StdIo :: {
33
32
Error as Error ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use std::task::Context;
12
12
use futures_sink:: Sink as Sink03 ;
13
13
14
14
#[ cfg( feature = "io-compat" ) ]
15
- #[ allow( clippy:: useless_attribute) ] // https://github.com/rust-lang/rust-clippy/issues/4106
16
15
#[ allow( unreachable_pub) ] // https://github.com/rust-lang/rust/issues/57411
17
16
pub use io:: { AsyncRead01CompatExt , AsyncWrite01CompatExt } ;
18
17
You can’t perform that action at this time.
0 commit comments