From fe71902f884619ace670aae918d14b73a3ad00aa Mon Sep 17 00:00:00 2001 From: timofey Date: Sat, 26 Aug 2023 16:37:35 +0000 Subject: [PATCH] formatting error --- src/rcore.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore.rs b/src/rcore.rs index 38b2e28..cd5e1c4 100644 --- a/src/rcore.rs +++ b/src/rcore.rs @@ -24,6 +24,7 @@ use crate::func::context::*; use crate::func::*; use crate::mode::*; + pub use self::context::Context; pub use self::demoted::Demoted; pub use self::diagnostic::Diagnostic; -- 2.45.2