]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_lints/src/lib.register_nursery.rs
Rollup merge of #102888 - GuillaumeGomez:improve-search-color-check, r=notriddle
[rust.git] / src / tools / clippy / clippy_lints / src / lib.register_nursery.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::nursery", Some("clippy_nursery"), vec![
6     LintId::of(attrs::EMPTY_LINE_AFTER_OUTER_ATTR),
7     LintId::of(cognitive_complexity::COGNITIVE_COMPLEXITY),
8     LintId::of(copies::BRANCHES_SHARING_CODE),
9     LintId::of(derive::DERIVE_PARTIAL_EQ_WITHOUT_EQ),
10     LintId::of(equatable_if_let::EQUATABLE_IF_LET),
11     LintId::of(fallible_impl_from::FALLIBLE_IMPL_FROM),
12     LintId::of(floating_point_arithmetic::IMPRECISE_FLOPS),
13     LintId::of(floating_point_arithmetic::SUBOPTIMAL_FLOPS),
14     LintId::of(future_not_send::FUTURE_NOT_SEND),
15     LintId::of(index_refutable_slice::INDEX_REFUTABLE_SLICE),
16     LintId::of(let_if_seq::USELESS_LET_IF_SEQ),
17     LintId::of(matches::SIGNIFICANT_DROP_IN_SCRUTINEE),
18     LintId::of(methods::ITER_ON_EMPTY_COLLECTIONS),
19     LintId::of(methods::ITER_ON_SINGLE_ITEMS),
20     LintId::of(methods::ITER_WITH_DRAIN),
21     LintId::of(methods::PATH_BUF_PUSH_OVERWRITE),
22     LintId::of(missing_const_for_fn::MISSING_CONST_FOR_FN),
23     LintId::of(mutable_debug_assertion::DEBUG_ASSERT_WITH_MUT_CALL),
24     LintId::of(mutex_atomic::MUTEX_ATOMIC),
25     LintId::of(mutex_atomic::MUTEX_INTEGER),
26     LintId::of(non_send_fields_in_send_ty::NON_SEND_FIELDS_IN_SEND_TY),
27     LintId::of(nonstandard_macro_braces::NONSTANDARD_MACRO_BRACES),
28     LintId::of(option_if_let_else::OPTION_IF_LET_ELSE),
29     LintId::of(redundant_pub_crate::REDUNDANT_PUB_CRATE),
30     LintId::of(regex::TRIVIAL_REGEX),
31     LintId::of(strings::STRING_LIT_AS_BYTES),
32     LintId::of(suspicious_operation_groupings::SUSPICIOUS_OPERATION_GROUPINGS),
33     LintId::of(trailing_empty_array::TRAILING_EMPTY_ARRAY),
34     LintId::of(transmute::TRANSMUTE_UNDEFINED_REPR),
35     LintId::of(unused_peekable::UNUSED_PEEKABLE),
36     LintId::of(unused_rounding::UNUSED_ROUNDING),
37     LintId::of(use_self::USE_SELF),
38 ])