We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7851d commit fb595f1Copy full SHA for fb595f1
src/type-coercions.md
@@ -159,8 +159,8 @@ anywhere else a coercion can occur.
159
160
Two traits, [`Unsize`] and [`CoerceUnsized`], are used
161
to assist in this process and expose it for library use. The following
162
-coercions are compiler built-ins and, if `T` can be coerced to `U` with one of them, then
163
-the compiler will provide an implementation of `Unsize<U>` for `T`:
+coercions are built-ins and, if `T` can be coerced to `U` with one of them, then
+an implementation of `Unsize<U>` for `T` will be provided:
164
165
* `[T; n]` to `[T]`.
166
0 commit comments