aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
blob: cef3df4e5af22d21f980fd5a5d7d91960596ac42 (plain)
1
2
3
4
5
6
7
8
9
//! See test_utils/src/marks.rs

test_utils::marks!(
    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
);