summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_lints/src/lib.register_nursery.rs
blob: 0876b2c3b280a4e5ec2503725fb1149568500d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// This file was generated by `cargo dev update_lints`.
// Use that command to update this file and do not edit by hand.
// Manual edits will be overwritten.

store.register_group(true, "clippy::nursery", Some("clippy_nursery"), vec![
    LintId::of(attrs::EMPTY_LINE_AFTER_OUTER_ATTR),
    LintId::of(cognitive_complexity::COGNITIVE_COMPLEXITY),
    LintId::of(copies::BRANCHES_SHARING_CODE),
    LintId::of(equatable_if_let::EQUATABLE_IF_LET),
    LintId::of(fallible_impl_from::FALLIBLE_IMPL_FROM),
    LintId::of(floating_point_arithmetic::IMPRECISE_FLOPS),
    LintId::of(floating_point_arithmetic::SUBOPTIMAL_FLOPS),
    LintId::of(future_not_send::FUTURE_NOT_SEND),
    LintId::of(index_refutable_slice::INDEX_REFUTABLE_SLICE),
    LintId::of(let_if_seq::USELESS_LET_IF_SEQ),
    LintId::of(matches::SIGNIFICANT_DROP_IN_SCRUTINEE),
    LintId::of(methods::ITER_ON_EMPTY_COLLECTIONS),
    LintId::of(methods::ITER_ON_SINGLE_ITEMS),
    LintId::of(methods::ITER_WITH_DRAIN),
    LintId::of(methods::PATH_BUF_PUSH_OVERWRITE),
    LintId::of(missing_const_for_fn::MISSING_CONST_FOR_FN),
    LintId::of(mutable_debug_assertion::DEBUG_ASSERT_WITH_MUT_CALL),
    LintId::of(mutex_atomic::MUTEX_ATOMIC),
    LintId::of(mutex_atomic::MUTEX_INTEGER),
    LintId::of(non_send_fields_in_send_ty::NON_SEND_FIELDS_IN_SEND_TY),
    LintId::of(nonstandard_macro_braces::NONSTANDARD_MACRO_BRACES),
    LintId::of(option_if_let_else::OPTION_IF_LET_ELSE),
    LintId::of(read_zero_byte_vec::READ_ZERO_BYTE_VEC),
    LintId::of(redundant_pub_crate::REDUNDANT_PUB_CRATE),
    LintId::of(regex::TRIVIAL_REGEX),
    LintId::of(strings::STRING_LIT_AS_BYTES),
    LintId::of(suspicious_operation_groupings::SUSPICIOUS_OPERATION_GROUPINGS),
    LintId::of(trailing_empty_array::TRAILING_EMPTY_ARRAY),
    LintId::of(trait_bounds::TRAIT_DUPLICATION_IN_BOUNDS),
    LintId::of(trait_bounds::TYPE_REPETITION_IN_BOUNDS),
    LintId::of(transmute::TRANSMUTE_UNDEFINED_REPR),
    LintId::of(unused_peekable::UNUSED_PEEKABLE),
    LintId::of(unused_rounding::UNUSED_ROUNDING),
    LintId::of(use_self::USE_SELF),
])