1 2 3 4 5 6
pub mod single_line_comment; pub mod multi_line_comment; pub use crate::comment::single_line_comment::SingleLineComment as SingleLineComment; pub use crate::comment::multi_line_comment::MultiLineComment as MultiLineComment;