Skip to content

Commit 149b016

Browse files
Update motivation to reflect current state of AFIT
1 parent 6c22c39 commit 149b016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/3437-implementable-trait-alias.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,13 @@ use frob_lib::LocalFrobber;
8484
struct MyType;
8585

8686
impl LocalFrobber for MyType {
87-
#[refine]
8887
async fn frob(&self) {
8988
println!("Sloo is 120% klutzed. Initiating brop sequence...")
9089
}
9190
}
9291
```
9392

94-
This is distinctly worse. Joe now has to reference both `Frobber` and `LocalFrobber` in his code, and (assuming that the final AFIT feature ends up requiring it) also has to write `#[refine]`.
93+
This is distinctly worse; Joe now has to reference both `Frobber` and `LocalFrobber` in his code.
9594

9695
### With today's `#![feature(trait_alias)]`
9796

0 commit comments

Comments
 (0)