Skip to content

Commit 73126ba

Browse files
Merge pull request #21256 from A4-Tacks/big-range-add-ret-type
Reorder add_return_type assist
2 parents 32f8abb + a3dd6be commit 73126ba

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/ide-assists/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide-assists/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ mod handlers {
247247
add_label_to_loop::add_label_to_loop,
248248
add_lifetime_to_type::add_lifetime_to_type,
249249
add_missing_match_arms::add_missing_match_arms,
250-
add_return_type::add_return_type,
251250
add_turbo_fish::add_turbo_fish,
252251
apply_demorgan::apply_demorgan_iterator,
253252
apply_demorgan::apply_demorgan,
@@ -392,6 +391,7 @@ mod handlers {
392391
// used as a tie-breaker.
393392
add_missing_impl_members::add_missing_impl_members,
394393
add_missing_impl_members::add_missing_default_members,
394+
add_return_type::add_return_type,
395395
//
396396
replace_string_with_char::replace_string_with_char,
397397
replace_string_with_char::replace_char_with_string,

0 commit comments

Comments
 (0)