Skip to content

Commit

Permalink
Expose ConsoleState to the root of the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Sep 24, 2024
1 parent adc0448 commit 52d4ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
mod console;

#[doc(inline)]
pub use console::{Console, Logger};
pub use console::{Console, ConsoleState, Logger};

mod text;

Expand Down

0 comments on commit 52d4ece

Please sign in to comment.