diff --git a/crates/ide-assists/src/handlers/reorder_impl_items.rs b/crates/ide-assists/src/handlers/reorder_impl_items.rs index 4fd1d2a08164..af96950761ea 100644 --- a/crates/ide-assists/src/handlers/reorder_impl_items.rs +++ b/crates/ide-assists/src/handlers/reorder_impl_items.rs @@ -309,8 +309,8 @@ struct Foo; impl Bar for Foo { type T = ();$0 const C: () = (); - fn a() {} fn z() {} + fn a() {} fn b() {} } "#,