We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a96cd0 commit 5e19314Copy full SHA for 5e19314
futures-util/src/compat/compat03as01.rs
@@ -15,6 +15,7 @@ use futures_sink::Sink as Sink03;
15
use std::marker::PhantomData;
16
use std::{mem, pin::Pin, sync::Arc, task::Context};
17
18
+#[allow(clippy::too_long_first_doc_paragraph)]
19
/// Converts a futures 0.3 [`TryFuture`](futures_core::future::TryFuture) or
20
/// [`TryStream`](futures_core::stream::TryStream) into a futures 0.1
21
/// [`Future`](futures_01::future::Future) or
0 commit comments