We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9290399 commit 796a106Copy full SHA for 796a106
crates/ide-assists/src/lib.rs
@@ -128,6 +128,7 @@ mod handlers {
128
mod convert_while_to_loop;
129
mod destructure_tuple_binding;
130
mod expand_glob_import;
131
+ mod extract_expressions_from_format_string;
132
mod extract_function;
133
mod extract_module;
134
mod extract_struct_from_enum_variant;
@@ -138,7 +139,6 @@ mod handlers {
138
139
mod flip_binexpr;
140
mod flip_comma;
141
mod flip_trait_bound;
- mod extract_expressions_from_format_string;
142
mod generate_constant;
143
mod generate_default_from_enum_variant;
144
mod generate_default_from_new;
0 commit comments