Skip to content

Commit

Permalink
placate freebsd ci for some reason
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed May 17, 2022
1 parent dfca79a commit 3523e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/task/join_set.rs
Expand Up @@ -385,7 +385,7 @@ impl<'a, T: 'static> Builder<'a, T> {
/// [`AbortHandle`]: crate::task::AbortHandle
/// [runtime handle]: crate::runtime::Handle
#[track_caller]
pub fn spawn_on<F>(self, future: F, handle: &Handle) -> AbortHandle
pub fn spawn_on<F>(mut self, future: F, handle: &Handle) -> AbortHandle
where
F: Future<Output = T>,
F: Send + 'static,
Expand Down

0 comments on commit 3523e01

Please sign in to comment.