pub fn init()
Examples found in repository?
src/cop/naming.rs (line 8)
5
6
7
8
9
pub fn init() {
    accessor_method_name::init();
    ascii_identifiers::init();
    binary_operator_parameter_name::init();
}