Skip to content

Commit

Permalink
fix the last of that sillyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Aug 17, 2022
1 parent ef093f4 commit 83a9929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/src/task/join_set.rs
Expand Up @@ -10,7 +10,7 @@ use std::pin::Pin;
use std::task::{Context, Poll};

use crate::runtime::Handle;
#[cfg(unstable)]
#[cfg(tokio_unstable)]
use crate::task::Id;
use crate::task::{AbortHandle, JoinError, JoinHandle, LocalSet};
use crate::util::IdleNotifiedSet;
Expand Down Expand Up @@ -341,7 +341,7 @@ impl<T: 'static> JoinSet<T> {
///
/// [coop budget]: crate::task#cooperative-scheduling
/// [task ID]: crate::task::Id
#[cfg(unstable)]
#[cfg(tokio_unstable)]
fn poll_join_next_with_id(
&mut self,
cx: &mut Context<'_>,
Expand Down

0 comments on commit 83a9929

Please sign in to comment.