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

11 lines
284 B
Rust
Raw Normal View History

//! See test_utils/src/marks.rs
2020-03-04 13:25:22 +00:00
test_utils::marks![
2019-02-24 11:22:25 +00:00
introduce_var_in_comment_is_not_applicable
test_introduce_var_expr_stmt
test_introduce_var_last_expr
2020-03-03 15:56:42 +00:00
not_applicable_outside_of_bind_pat
test_not_inline_mut_variable
2020-03-04 13:25:22 +00:00
test_not_applicable_if_variable_unused
];