Skip to content

Commit 8443aee

Browse files
authored
Unrolled build for #152858
Rollup merge of #152858 - apasel422:patch-1, r=oli-obk Fix typo in doc for core::mem::type_info::Struct
2 parents 59fd4ef + 27c0476 commit 8443aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/type_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub struct Trait {
153153
pub is_auto: bool,
154154
}
155155

156-
/// Compile-time type information about arrays.
156+
/// Compile-time type information about structs.
157157
#[derive(Debug)]
158158
#[non_exhaustive]
159159
#[unstable(feature = "type_info", issue = "146922")]

0 commit comments

Comments
 (0)