We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7172d84 commit 04e9e9aCopy full SHA for 04e9e9a
futures/src/lib.rs
@@ -145,6 +145,7 @@ pub use futures_util::lock;
145
#[doc(inline)]
146
pub use futures_util::io;
147
148
+#[allow(clippy::mixed_attributes_style)] // https://github.com/rust-lang/rust-clippy/issues/12435
149
#[cfg(feature = "executor")]
150
#[cfg_attr(docsrs, doc(cfg(feature = "executor")))]
151
pub mod executor {
@@ -197,6 +198,7 @@ pub mod executor {
197
198
pub use futures_executor::{ThreadPool, ThreadPoolBuilder};
199
}
200
201
202
#[cfg(feature = "compat")]
203
#[cfg_attr(docsrs, doc(cfg(feature = "compat")))]
204
pub mod compat {
0 commit comments