We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17535c + d16b088 commit 733559bCopy full SHA for 733559b
src/libcore/marker.rs
@@ -97,7 +97,7 @@ pub trait Sized {
97
/// Types that can be "unsized" to a dynamically-sized type.
98
///
99
/// For example, the sized array type `[i8; 2]` implements `Unsize<[i8]>` and
100
-/// `Unsize<fmt::Debug>`.
+/// `Unsize<dyn fmt::Debug>`.
101
102
/// All implementations of `Unsize` are provided automatically by the compiler.
103
0 commit comments