Skip to content

Commit 796a106

Browse files
unvalleyVeykril
authored andcommitted
fix: ide assist handlers order
1 parent 9290399 commit 796a106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-assists/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ mod handlers {
128128
mod convert_while_to_loop;
129129
mod destructure_tuple_binding;
130130
mod expand_glob_import;
131+
mod extract_expressions_from_format_string;
131132
mod extract_function;
132133
mod extract_module;
133134
mod extract_struct_from_enum_variant;
@@ -138,7 +139,6 @@ mod handlers {
138139
mod flip_binexpr;
139140
mod flip_comma;
140141
mod flip_trait_bound;
141-
mod extract_expressions_from_format_string;
142142
mod generate_constant;
143143
mod generate_default_from_enum_variant;
144144
mod generate_default_from_new;

0 commit comments

Comments
 (0)