We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b142720 commit 7f88cd2Copy full SHA for 7f88cd2
library/core/src/num/nonzero.rs
@@ -37,7 +37,7 @@ macro_rules! nonzero_integers {
37
///
38
/// # Layout
39
40
- #[doc = concat!("`", stringify!($Ty), "` is guaranteed to have the same layout and bit validity as `", stringify!($Int), "`"]
+ #[doc = concat!("`", stringify!($Ty), "` is guaranteed to have the same layout and bit validity as `", stringify!($Int), "`")]
41
/// with the exception that `0` is not a valid instance.
42
#[$stability]
43
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
0 commit comments