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