Skip to content

Commit 8cd4762

Browse files
committed
clippy: ignore incorrect "first doc comment paragraph is too long" warning
see rust-lang/rust-clippy#13315
1 parent 06a9d6b commit 8cd4762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

futures-util/src/compat/compat03as01.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use futures_sink::Sink as Sink03;
1515
use std::marker::PhantomData;
1616
use std::{mem, pin::Pin, sync::Arc, task::Context};
1717

18+
#[allow(clippy::too_long_first_doc_paragraph)] // clippy bug, see https://github.com/rust-lang/rust-clippy/issues/13315
1819
/// Converts a futures 0.3 [`TryFuture`](futures_core::future::TryFuture) or
1920
/// [`TryStream`](futures_core::stream::TryStream) into a futures 0.1
2021
/// [`Future`](futures_01::future::Future) or

0 commit comments

Comments
 (0)