1//! Interactions with the lints config 2 3pub use cmd::{read_from_toml_or_else_vcs, set_status}; 4 5mod cmd;