Skip to content

Commit 9a3346b

Browse files
authored
Add missing trailing )]
1 parent 8323d6a commit 9a3346b

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
@@ -39,7 +39,7 @@ macro_rules! nonzero_integers {
3939
///
4040
#[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.
42-
#[doc = concat!("`Option<", stringify!($Ty), ">` is guaranteed to be compatible with `", stringify!($Int), "`,"
42+
#[doc = concat!("`Option<", stringify!($Ty), ">` is guaranteed to be compatible with `", stringify!($Int), "`,")]
4343
/// including in FFI.
4444
#[$stability]
4545
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)