Skip to content

Commit 475aa28

Browse files
committed
refactor: correct test sample
giving a sorted file is useless Signed-off-by: 蔡略 <[email protected]>
1 parent e90e190 commit 475aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-assists/src/handlers/reorder_impl_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ struct Foo;
309309
impl Bar for Foo {
310310
type T = ();$0
311311
const C: () = ();
312-
fn a() {}
313312
fn z() {}
313+
fn a() {}
314314
fn b() {}
315315
}
316316
"#,

0 commit comments

Comments
 (0)