Skip to content

Commit a739d10

Browse files
taiki-eNemo157
authored andcommitted
Remove #[allow(clippy::useless_attribute)]
1 parent 526259e commit a739d10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

futures-io/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

futures-util/src/compat/compat01as03.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use std::task::Context;
1212
use 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
1716
pub use io::{AsyncRead01CompatExt, AsyncWrite01CompatExt};
1817

0 commit comments

Comments
 (0)