diff --git a/src/lib.rs b/src/lib.rs index cbff609..506f980 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -235,7 +235,7 @@ impl Drop for ReloadEngine { } } -struct BottomFuture { +pub struct BottomFuture { bottom: Infallible, phantom_data: PhantomData, }