Skip to main content

wowlab_tidy/languages/rust/rules/correctness/
mod.rs

1mod ambiguous_unicode;
2mod assert_side_effects;
3mod bidirectional_unicode;
4mod catch_unwind;
5mod deep_exit;
6mod docref;
7mod drop_panic;
8mod dup_expressions;
9mod exotic_numeric_api;
10mod floating_point_eq;
11mod global_state;
12mod infallible_from_weak;
13mod lossy_cast;
14mod mem_forget;
15mod newtype_pub_field;
16mod panic;
17mod panic_in_result_fn;
18mod panic_message;
19mod raw_rng;
20mod raw_spell_id;
21mod static_mut;
22mod support;
23mod transmute_in_safe_fn;
24mod transmute_usage;
25mod unchecked_indexing;