mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
Fix typo in AnyBitPattern docs (#221)
This commit is contained in:
parent
1e1a22e5ea
commit
5f93477418
@ -14,7 +14,7 @@ use crate::{Pod, Zeroable};
|
|||||||
///
|
///
|
||||||
/// [`AnyBitPattern`] is a subset of [`Zeroable`], meaning that any `T:
|
/// [`AnyBitPattern`] is a subset of [`Zeroable`], meaning that any `T:
|
||||||
/// AnyBitPattern` is also [`Zeroable`], but any `T: Zeroable` is not
|
/// AnyBitPattern` is also [`Zeroable`], but any `T: Zeroable` is not
|
||||||
/// necessarily [`AnyBitPattern ]
|
/// necessarily [`AnyBitPattern`]
|
||||||
///
|
///
|
||||||
/// # Derive
|
/// # Derive
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user