Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum
end entry paragraph with a period (.)
This commit is contained in:
commit
7343f748cb
@ -18,7 +18,7 @@ macro_rules! uint_impl {
|
||||
pub const MIN: Self = 0;
|
||||
|
||||
/// The largest value that can be represented by this integer type
|
||||
#[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ")")]
|
||||
#[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ").")]
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user