rust-analyzer/crates/ra_assists/src/marks.rs

8 lines
169 B
Rust
Raw Normal View History

//! See test_utils/src/marks.rs
2019-02-24 11:22:25 +00:00
test_utils::marks!(
introduce_var_in_comment_is_not_applicable
test_introduce_var_expr_stmt
test_introduce_var_last_expr
);