Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_assists/src/lib.rs')
| -rw-r--r-- | crates/ide_assists/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide_assists/src/lib.rs b/crates/ide_assists/src/lib.rs index 57007691b5..1f5e2f036e 100644 --- a/crates/ide_assists/src/lib.rs +++ b/crates/ide_assists/src/lib.rs @@ -96,7 +96,7 @@ mod handlers { mod move_bounds; mod move_guard; mod move_module_to_file; - mod promote_mod_file; + mod move_to_mod_rs; mod pull_assignment_up; mod qualify_path; mod raw_string; @@ -168,7 +168,7 @@ mod handlers { move_guard::move_arm_cond_to_match_guard, move_guard::move_guard_to_arm_body, move_module_to_file::move_module_to_file, - promote_mod_file::promote_mod_file, + move_to_mod_rs::move_to_mod_rs, pull_assignment_up::pull_assignment_up, qualify_path::qualify_path, raw_string::add_hash, |