]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_lints/src/lib.register_perf.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / tools / clippy / clippy_lints / src / lib.register_perf.rs
1 // This file was generated by `cargo dev update_lints`.
2 // Use that command to update this file and do not edit by hand.
3 // Manual edits will be overwritten.
4
5 store.register_group(true, "clippy::perf", Some("clippy_perf"), vec![
6     LintId::of(entry::MAP_ENTRY),
7     LintId::of(escape::BOXED_LOCAL),
8     LintId::of(large_const_arrays::LARGE_CONST_ARRAYS),
9     LintId::of(large_enum_variant::LARGE_ENUM_VARIANT),
10     LintId::of(loops::MANUAL_MEMCPY),
11     LintId::of(loops::NEEDLESS_COLLECT),
12     LintId::of(methods::EXPECT_FUN_CALL),
13     LintId::of(methods::EXTEND_WITH_DRAIN),
14     LintId::of(methods::ITER_NTH),
15     LintId::of(methods::MANUAL_STR_REPEAT),
16     LintId::of(methods::OR_FUN_CALL),
17     LintId::of(methods::SINGLE_CHAR_PATTERN),
18     LintId::of(misc::CMP_OWNED),
19     LintId::of(mutex_atomic::MUTEX_ATOMIC),
20     LintId::of(redundant_clone::REDUNDANT_CLONE),
21     LintId::of(slow_vector_initialization::SLOW_VECTOR_INITIALIZATION),
22     LintId::of(stable_sort_primitive::STABLE_SORT_PRIMITIVE),
23     LintId::of(types::BOX_COLLECTION),
24     LintId::of(types::REDUNDANT_ALLOCATION),
25     LintId::of(vec::USELESS_VEC),
26     LintId::of(vec_init_then_push::VEC_INIT_THEN_PUSH),
27 ])