1#![cfg_attr(docsrs, feature(doc_cfg))] 2#![warn(clippy::print_stderr)] 3#![warn(clippy::print_stdout)] 4 5mod style; 6 7pub mod conventional; 8pub mod no_style; 9 10pub use style::*;