Skip to content

OutputModeIter re-export #1847

@yaroslav957

Description

@yaroslav957

Hi. OutputModeIter is declared as pub, but it's not re-exported in the module.

link

#[derive(Debug)]
--> pub <-- struct OutputModeIter<'out> {
    output: &'out mut Output,
    current: usize,
    max: usize,
}

link

mod output;
pub use output::{Color, Output, OutputMode}; <-- ???

Why not just use

pub use output::*

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions