Skip to content

Commit 7f88cd2

Browse files
authored
Add missing closing parenthesis
1 parent b142720 commit 7f88cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/nonzero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ macro_rules! nonzero_integers {
3737
///
3838
/// # Layout
3939
///
40-
#[doc = concat!("`", stringify!($Ty), "` is guaranteed to have the same layout and bit validity as `", stringify!($Int), "`"]
40+
#[doc = concat!("`", stringify!($Ty), "` is guaranteed to have the same layout and bit validity as `", stringify!($Int), "`")]
4141
/// with the exception that `0` is not a valid instance.
4242
#[$stability]
4343
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)