1
2
3
4
5
//! Interactions with the lints config

pub use cmd::{read_from_toml_or_else_vcs, set_status};

mod cmd;