chore: use poll_fn from std (#6810)

This commit is contained in:
Eduardo Sánchez Muñoz
2024-09-05 09:54:06 +02:00
committed by GitHub
parent 35f244ad09
commit 12b2567b95
52 changed files with 67 additions and 187 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use futures::future::poll_fn;
use std::future::poll_fn;
fn main() {
let rt = tokio::runtime::Builder::new_multi_thread()