aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
blob: 722f3c6a4b7b543bf816a09478c8188c754e4de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! See test_utils/src/marks.rs

test_utils::marks![
    option_order
    introduce_var_in_comment_is_not_applicable
    test_introduce_var_expr_stmt
    test_introduce_var_last_expr
    not_applicable_outside_of_bind_pat
    test_not_inline_mut_variable
    test_not_applicable_if_variable_unused
    change_visibility_field_false_positive
    test_add_from_impl_already_exists
    add_turbo_fish_one_fish_is_enough
    add_turbo_fish_non_generic
];