diff --git a/src/types.rs b/src/types.rs index 2d6e83f67fcde..c2873ddbf4f1b 100644 --- a/src/types.rs +++ b/src/types.rs @@ -28,8 +28,8 @@ impl Padding { // when we depend on rustc 1.75.0. #[allow(unused)] pub(crate) const fn uninit() -> Self { - // We can still safely use uninit here, since padding are is something - // that can are not meant to be read or written anyways. + // We can still safely use uninit here, since padding is something + // that is not meant to be read or written anyways. Self(MaybeUninit::uninit()) } }