Skip to content

Commit

Permalink
time: import Future trait from std instead of futures_core (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
nurmohammed840 authored Oct 7, 2024
1 parent b68f5c7 commit 29cd6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/src/time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! This type must be used from within the context of the `Runtime`.

use futures_core::Future;
use std::future::Future;
use std::time::Duration;
use tokio::time::Timeout;

Expand Down

0 comments on commit 29cd6ec

Please sign in to comment.