aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
blob: c20e4db9e9770fe9a34c2220a88dcc53dca24c8f (plain)
1
2
3
4
5
6
7
//! 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
);