File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ mod split_import;
100
100
mod remove_dbg;
101
101
pub mod auto_import;
102
102
mod add_missing_impl_members;
103
- mod move_guard_to_arm_body ;
103
+ mod move_guard_to_arm_body_and_back ;
104
104
105
105
fn all_assists < DB : HirDatabase > ( ) -> & ' static [ fn ( AssistCtx < DB > ) -> Option < Assist > ] {
106
106
& [
@@ -119,7 +119,7 @@ fn all_assists<DB: HirDatabase>() -> &'static [fn(AssistCtx<DB>) -> Option<Assis
119
119
add_missing_impl_members:: add_missing_impl_members,
120
120
add_missing_impl_members:: add_missing_default_members,
121
121
inline_local_variable:: inline_local_varialbe,
122
- move_guard_to_arm_body :: move_guard_to_arm_body,
122
+ move_guard_to_arm_body_and_back :: move_guard_to_arm_body,
123
123
]
124
124
}
125
125
File renamed without changes.
You can’t perform that action at this time.
0 commit comments