We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3563842 commit d93599eCopy full SHA for d93599e
library/core/src/mem/mod.rs
@@ -678,7 +678,7 @@ pub unsafe fn uninitialized<T>() -> T {
678
}
679
680
681
-/// Create a fresh instance of the inhabited ZST type `T`.
+/// Create a fresh instance of the inhabited zero-sized type `T`.
682
///
683
/// Prefer this to [`zeroed`] or [`uninitialized`] or [`transmute_copy`]
684
/// in places where you know that `T` is zero-sized, but don't have a bound
0 commit comments