Skip to content

Commit 733559b

Browse files
authored
Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril
Minor: update Unsize docs for dyn syntax
2 parents a17535c + d16b088 commit 733559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub trait Sized {
9797
/// Types that can be "unsized" to a dynamically-sized type.
9898
///
9999
/// For example, the sized array type `[i8; 2]` implements `Unsize<[i8]>` and
100-
/// `Unsize<fmt::Debug>`.
100+
/// `Unsize<dyn fmt::Debug>`.
101101
///
102102
/// All implementations of `Unsize` are provided automatically by the compiler.
103103
///

0 commit comments

Comments
 (0)