]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_lints/src/lib.register_nursery.rs
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
[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(casts::AS_PTR_CAST_MUT),
8     LintId::of(cognitive_complexity::COGNITIVE_COMPLEXITY),
9     LintId::of(copies::BRANCHES_SHARING_CODE),
10     LintId::of(derive::DERIVE_PARTIAL_EQ_WITHOUT_EQ),
11     LintId::of(equatable_if_let::EQUATABLE_IF_LET),
12     LintId::of(fallible_impl_from::FALLIBLE_IMPL_FROM),
13     LintId::of(floating_point_arithmetic::IMPRECISE_FLOPS),
14     LintId::of(floating_point_arithmetic::SUBOPTIMAL_FLOPS),
15     LintId::of(future_not_send::FUTURE_NOT_SEND),
16     LintId::of(index_refutable_slice::INDEX_REFUTABLE_SLICE),
17     LintId::of(let_if_seq::USELESS_LET_IF_SEQ),
18     LintId::of(matches::SIGNIFICANT_DROP_IN_SCRUTINEE),
19     LintId::of(methods::ITER_ON_EMPTY_COLLECTIONS),
20     LintId::of(methods::ITER_ON_SINGLE_ITEMS),
21     LintId::of(methods::ITER_WITH_DRAIN),
22     LintId::of(methods::PATH_BUF_PUSH_OVERWRITE),
23     LintId::of(missing_const_for_fn::MISSING_CONST_FOR_FN),
24     LintId::of(mutable_debug_assertion::DEBUG_ASSERT_WITH_MUT_CALL),
25     LintId::of(mutex_atomic::MUTEX_ATOMIC),
26     LintId::of(mutex_atomic::MUTEX_INTEGER),
27     LintId::of(non_send_fields_in_send_ty::NON_SEND_FIELDS_IN_SEND_TY),
28     LintId::of(nonstandard_macro_braces::NONSTANDARD_MACRO_BRACES),
29     LintId::of(option_if_let_else::OPTION_IF_LET_ELSE),
30     LintId::of(redundant_pub_crate::REDUNDANT_PUB_CRATE),
31     LintId::of(regex::TRIVIAL_REGEX),
32     LintId::of(strings::STRING_LIT_AS_BYTES),
33     LintId::of(suspicious_operation_groupings::SUSPICIOUS_OPERATION_GROUPINGS),
34     LintId::of(trailing_empty_array::TRAILING_EMPTY_ARRAY),
35     LintId::of(transmute::TRANSMUTE_UNDEFINED_REPR),
36     LintId::of(unused_peekable::UNUSED_PEEKABLE),
37     LintId::of(unused_rounding::UNUSED_ROUNDING),
38     LintId::of(use_self::USE_SELF),
39 ])