Diffstat (limited to 'src/effect.rs')
| -rw-r--r-- | src/effect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effect.rs b/src/effect.rs index 71e4aec..b50b37a 100644 --- a/src/effect.rs +++ b/src/effect.rs @@ -5,7 +5,7 @@ use core::{ task::{Context, Poll, RawWaker, RawWakerVTable, Waker}, }; -use crate::{bijective_higher_ranked_type, bijective_higher_ranked_trait}; +use crate::{bijective_higher_ranked_trait, bijective_higher_ranked_type}; bijective_higher_ranked_trait! { pub type class SendFuture[][Output]: [for<'lt> core::future::Future<Output = Output> + Sized + Send + 'lt] |