Skip to content

Commit

Permalink
Remove an outdated comment from docs (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin authored Sep 25, 2023
1 parent 8b383cc commit 2c1c3e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions futures-util/src/future/future/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ pub trait FutureExt: Future {
/// ```
///
/// ```
/// // Note, unlike most examples this is written in the context of a
/// // synchronous function to better illustrate the cross-thread aspect of
/// // the `shared` combinator.
///
/// # futures::executor::block_on(async {
/// use futures::future::FutureExt;
/// use futures::executor::block_on;
Expand Down

0 comments on commit 2c1c3e1

Please sign in to comment.