mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 16:28:46 +00:00
7 lines
169 B
Rust
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
|
|
);
|