aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
blob: a29f9f6586ad1579bca10ea4e851550f1f753561 (plain)
1
2
3
4
5
test_utils::marks!(
    introduce_var_in_comment_is_not_applicable
    test_introduce_var_expr_stmt
    test_introduce_var_last_expr
);