wowlab_tidy/languages/rust/rules/style/
mod.rs1mod aligned;
2mod alphabetical;
3mod attr_order;
4mod banner_comments;
5mod comment_space;
6mod commented_code;
7mod conversion_self_convention;
8mod derive_order;
9mod doc_comment_period;
10mod duplicate_words;
11mod excessive_float_precision;
12mod getter_prefix;
13mod impl_member_order;
14mod inherent_before_trait_impl;
15mod long_compound_name;
16mod loop_to_while;
17mod magic_numbers;
18mod mod_order;
19mod module_prefix_in_name;
20mod naming;
21mod padding;
22mod pub_use_grouping;
23mod pub_use_position;
24mod redundant_field_names;
25mod reinvented_constant;
26mod support;
27mod thiserror_qualified;
28mod type_def_ordering;
29mod weasel_words;
30mod where_clauses;
31mod whitespace;
32mod yoda_conditions;