pub fn init()
Examples found in repository?
src/cop/lint.rs (line 5)
4
5
6
7
pub fn init() {
    duplicate_hash_key::init();
    empty_interpolation::init();
}