From bcc8a434a45a114ab158a946c59745a312ed8bf4 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Mon, 1 May 2023 19:26:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20export=20BottomFuture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }