]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_lints/src/lib.register_suspicious.rs
Auto merge of #91565 - dtolnay:printhelpers, r=jackh726
[rust.git] / src / tools / clippy / clippy_lints / src / lib.register_suspicious.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::suspicious", Some("clippy_suspicious"), vec![
6     LintId::of(assign_ops::MISREFACTORED_ASSIGN_OP),
7     LintId::of(attrs::BLANKET_CLIPPY_RESTRICTION_LINTS),
8     LintId::of(eval_order_dependence::EVAL_ORDER_DEPENDENCE),
9     LintId::of(float_equality_without_abs::FLOAT_EQUALITY_WITHOUT_ABS),
10     LintId::of(formatting::SUSPICIOUS_ASSIGNMENT_FORMATTING),
11     LintId::of(formatting::SUSPICIOUS_ELSE_FORMATTING),
12     LintId::of(formatting::SUSPICIOUS_UNARY_OP_FORMATTING),
13     LintId::of(loops::EMPTY_LOOP),
14     LintId::of(loops::FOR_LOOPS_OVER_FALLIBLES),
15     LintId::of(loops::MUT_RANGE_BOUND),
16     LintId::of(methods::SUSPICIOUS_MAP),
17     LintId::of(mut_key::MUTABLE_KEY_TYPE),
18     LintId::of(non_send_fields_in_send_ty::NON_SEND_FIELDS_IN_SEND_TY),
19     LintId::of(suspicious_trait_impl::SUSPICIOUS_ARITHMETIC_IMPL),
20     LintId::of(suspicious_trait_impl::SUSPICIOUS_OP_ASSIGN_IMPL),
21 ])