rust-analyzer/crates/ra_assists/src/marks.rs
2019-09-30 11:58:53 +03:00

7 lines
169 B
Rust

//! 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
);