lol no futures

This commit is contained in:
nora 2022-11-20 22:09:07 +01:00
parent 3cc8ff3bd5
commit 592e86e3f3
No known key found for this signature in database

View file

@ -11,11 +11,7 @@ impl<T> Project for FutResult<T> {
}
mod fut {
use std::{
future::Future,
pin::Pin,
task::{Context, Poll},
};
use std::future::Future;
use crate::Project;