2019-09-30 03:58:53 -05:00
|
|
|
//! See test_utils/src/marks.rs
|
|
|
|
|
2020-03-04 07:25:22 -06:00
|
|
|
test_utils::marks![
|
2019-02-24 05:22:25 -06:00
|
|
|
introduce_var_in_comment_is_not_applicable
|
|
|
|
test_introduce_var_expr_stmt
|
|
|
|
test_introduce_var_last_expr
|
2020-03-03 09:56:42 -06:00
|
|
|
not_applicable_outside_of_bind_pat
|
|
|
|
test_not_inline_mut_variable
|
2020-03-04 07:25:22 -06:00
|
|
|
test_not_applicable_if_variable_unused
|
2020-03-25 09:55:57 -05:00
|
|
|
change_visibility_field_false_positive
|
2020-03-04 07:25:22 -06:00
|
|
|
];
|