Skip to content

Commit 00b88b0

Browse files
undo
1 parent d7dd5e8 commit 00b88b0

File tree

1 file changed

+1
-0
lines changed
  • tests/associated_type/src

1 file changed

+1
-0
lines changed

tests/associated_type/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ impl Trait for DefaultImpl {
1515

1616
pub trait Trait {
1717
type Impl: Trait;
18+
1819
fn exec(env: &Env) -> String {
1920
Self::Impl::exec(env)
2021
}

0 commit comments

Comments
 (0)