We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c13c17 commit c58202eCopy full SHA for c58202e
library/core/src/num/uint_macros.rs
@@ -18,7 +18,7 @@ macro_rules! uint_impl {
18
pub const MIN: Self = 0;
19
20
/// The largest value that can be represented by this integer type
21
- #[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ")")]
+ #[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ").")]
22
///
23
/// # Examples
24
0 commit comments