Skip to content

Commit ed54226

Browse files
committed
Fix tidy check.
1 parent de5aaee commit ed54226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0221.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trait Foo {
1818
trait Bar : Foo {
1919
type A: T2;
2020
fn do_something() {
21-
let _: Self::A;
21+
let _: Self::A;
2222
//~^ ERROR E0221
2323
//~| NOTE ambiguous associated type `A`
2424
//~| NOTE associated type `Self` could derive from `Foo`

0 commit comments

Comments
 (0)