Fix one missing dyn.
It's in the documentation of `Unsize`.
This commit is contained in:
parent
305930cffe
commit
9a08e168bd
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ pub trait Sized {
|
|||
/// `Unsize` is implemented for:
|
||||
///
|
||||
/// - `[T; N]` is `Unsize<[T]>`
|
||||
/// - `T` is `Unsize<Trait>` when `T: Trait`
|
||||
/// - `T` is `Unsize<dyn Trait>` when `T: Trait`
|
||||
/// - `Foo<..., T, ...>` is `Unsize<Foo<..., U, ...>>` if:
|
||||
/// - `T: Unsize<U>`
|
||||
/// - Foo is a struct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue