time: import Future trait from std instead of futures_core (#6884)

This commit is contained in:
Nur
2024-10-07 14:13:09 +02:00
committed by GitHub
parent b68f5c7f38
commit 29cd6ec1ec
+1 -1
View File
@@ -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;