1 2 3 4 5 6 7
//! Rules in the `syntax` category. pub mod conditional_stacking; pub mod dense_punctuation_burst; pub mod nested_negation; pub mod passive_voice; pub mod unclear_antecedent;