@@ -496,6 +496,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
496
496
reg. register_lint_group ( "clippy::restriction" , Some ( "clippy_restriction" ) , vec ! [
497
497
arithmetic:: FLOAT_ARITHMETIC ,
498
498
arithmetic:: INTEGER_ARITHMETIC ,
499
+ dbg_macro:: DBG_MACRO ,
499
500
else_if_without_else:: ELSE_IF_WITHOUT_ELSE ,
500
501
implicit_return:: IMPLICIT_RETURN ,
501
502
indexing_slicing:: INDEXING_SLICING ,
@@ -591,7 +592,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
591
592
copies:: IFS_SAME_COND ,
592
593
copies:: IF_SAME_THEN_ELSE ,
593
594
cyclomatic_complexity:: CYCLOMATIC_COMPLEXITY ,
594
- dbg_macro:: DBG_MACRO ,
595
595
derive:: DERIVE_HASH_XOR_EQ ,
596
596
double_comparison:: DOUBLE_COMPARISONS ,
597
597
double_parens:: DOUBLE_PARENS ,
@@ -803,7 +803,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
803
803
block_in_if_condition:: BLOCK_IN_IF_CONDITION_STMT ,
804
804
collapsible_if:: COLLAPSIBLE_IF ,
805
805
const_static_lifetime:: CONST_STATIC_LIFETIME ,
806
- dbg_macro:: DBG_MACRO ,
807
806
enum_variants:: ENUM_VARIANT_NAMES ,
808
807
enum_variants:: MODULE_INCEPTION ,
809
808
eq_op:: OP_REF ,
0 commit comments