]> git.lizzy.rs Git - rust.git/blob - clippy_lints/src/lib.register_nursery.rs
Revert let_chains stabilization
[rust.git] / 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(equatable_if_let::EQUATABLE_IF_LET),
10     LintId::of(fallible_impl_from::FALLIBLE_IMPL_FROM),
11     LintId::of(floating_point_arithmetic::IMPRECISE_FLOPS),
12     LintId::of(floating_point_arithmetic::SUBOPTIMAL_FLOPS),
13     LintId::of(future_not_send::FUTURE_NOT_SEND),
14     LintId::of(index_refutable_slice::INDEX_REFUTABLE_SLICE),
15     LintId::of(let_if_seq::USELESS_LET_IF_SEQ),
16     LintId::of(matches::SIGNIFICANT_DROP_IN_SCRUTINEE),
17     LintId::of(methods::ITER_WITH_DRAIN),
18     LintId::of(missing_const_for_fn::MISSING_CONST_FOR_FN),
19     LintId::of(mutable_debug_assertion::DEBUG_ASSERT_WITH_MUT_CALL),
20     LintId::of(mutex_atomic::MUTEX_ATOMIC),
21     LintId::of(mutex_atomic::MUTEX_INTEGER),
22     LintId::of(non_send_fields_in_send_ty::NON_SEND_FIELDS_IN_SEND_TY),
23     LintId::of(nonstandard_macro_braces::NONSTANDARD_MACRO_BRACES),
24     LintId::of(only_used_in_recursion::ONLY_USED_IN_RECURSION),
25     LintId::of(option_if_let_else::OPTION_IF_LET_ELSE),
26     LintId::of(path_buf_push_overwrite::PATH_BUF_PUSH_OVERWRITE),
27     LintId::of(redundant_pub_crate::REDUNDANT_PUB_CRATE),
28     LintId::of(regex::TRIVIAL_REGEX),
29     LintId::of(strings::STRING_LIT_AS_BYTES),
30     LintId::of(suspicious_operation_groupings::SUSPICIOUS_OPERATION_GROUPINGS),
31     LintId::of(trailing_empty_array::TRAILING_EMPTY_ARRAY),
32     LintId::of(transmute::TRANSMUTE_UNDEFINED_REPR),
33     LintId::of(unused_rounding::UNUSED_ROUNDING),
34     LintId::of(use_self::USE_SELF),
35 ])