We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b197ed8 commit a92a80dCopy full SHA for a92a80d
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