refactor: correct test sample
giving a sorted file is useless Signed-off-by: 蔡略 <cailue@bupt.edu.cn>
This commit is contained in:
parent
e90e1901ef
commit
475aa2839f
1 changed files with 1 additions and 1 deletions
|
|
@ -309,8 +309,8 @@ struct Foo;
|
|||
impl Bar for Foo {
|
||||
type T = ();$0
|
||||
const C: () = ();
|
||||
fn a() {}
|
||||
fn z() {}
|
||||
fn a() {}
|
||||
fn b() {}
|
||||
}
|
||||
"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue