aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-20 09:52:34 +0100
committerGitHub <[email protected]>2020-05-20 09:52:34 +0100
commitb422cef7dce4d98391de2a108001a49ae1c9625a (patch)
tree47f84e76016a799c3c921e3057017eb8f67b02e9 /crates/ra_assists/src/marks.rs
parent5d080dd0240f9be3e2cb46dafeaad5f716b01b50 (diff)
parentd8881d98d3d1c88335c5f00328f1f2fc0100dd62 (diff)
Merge #4529
4529: Fix Some|None order in fill_match_arms r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_assists/src/marks.rs')
-rw-r--r--crates/ra_assists/src/marks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_assists/src/marks.rs b/crates/ra_assists/src/marks.rs
index d579e627f..722f3c6a4 100644
--- a/crates/ra_assists/src/marks.rs
+++ b/crates/ra_assists/src/marks.rs
@@ -1,6 +1,7 @@
1//! See test_utils/src/marks.rs 1//! See test_utils/src/marks.rs
2 2
3test_utils::marks![ 3test_utils::marks![
4 option_order
4 introduce_var_in_comment_is_not_applicable 5 introduce_var_in_comment_is_not_applicable
5 test_introduce_var_expr_stmt 6 test_introduce_var_expr_stmt
6 test_introduce_var_last_expr 7 test_introduce_var_last_expr