Skip to content

Commit

Permalink
clippy: ignore incorrect "first doc comment paragraph is too long" wa…
Browse files Browse the repository at this point in the history
…rning
  • Loading branch information
hkratz committed Sep 14, 2024
1 parent 06a9d6b commit 12cb4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures-util/src/compat/compat03as01.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use futures_sink::Sink as Sink03;
use std::marker::PhantomData;
use std::{mem, pin::Pin, sync::Arc, task::Context};

#[allow(clippy::too_long_first_doc_paragraph)]
/// Converts a futures 0.3 [`TryFuture`](futures_core::future::TryFuture) or
/// [`TryStream`](futures_core::stream::TryStream) into a futures 0.1
/// [`Future`](futures_01::future::Future) or
Expand Down

0 comments on commit 12cb4c7

Please sign in to comment.