Skip to content

Commit dd98edd

Browse files
committed
lifetiiiiimes
1 parent e4f718a commit dd98edd

File tree

2 files changed

+321
-65
lines changed

2 files changed

+321
-65
lines changed

conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ only implemented automatically, and enables the following transformations:
6161
* `T` => `Trait` where `T: Trait`
6262
* `SubTrait` => `Trait` where `SubTrait: Trait` (TODO: is this now implied by the previous?)
6363
* `Foo<..., T, ...>` => `Foo<..., U, ...>` where:
64-
* T: Unsize<U>
64+
* `T: Unsize<U>`
6565
* `Foo` is a struct
6666
* Only the last field has type `T`
6767
* `T` is not part of the type of any other fields

0 commit comments

Comments
 (0)