mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-10 12:18:49 +00:00
10 lines
284 B
Rust
10 lines
284 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
|
|
not_applicable_outside_of_bind_pat
|
|
test_not_inline_mut_variable
|
|
test_not_applicable_if_variable_unused
|
|
];
|