-
-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Hi. OutputModeIter is declared as pub, but it's not re-exported in the module.
#[derive(Debug)]
--> pub <-- struct OutputModeIter<'out> {
output: &'out mut Output,
current: usize,
max: usize,
}mod output;
pub use output::{Color, Output, OutputMode}; <-- ???Why not just use
pub use output::*?
yaroslav957
Metadata
Metadata
Assignees
Labels
No labels