Add comma at one place in abs() documentation
This commit is contained in:
@@ -3199,7 +3199,7 @@ macro_rules! int_impl {
|
|||||||
/// that code in debug mode will trigger a panic on this case and
|
/// that code in debug mode will trigger a panic on this case and
|
||||||
/// optimized code will return
|
/// optimized code will return
|
||||||
#[doc = concat!("`", stringify!($SelfT), "::MIN`")]
|
#[doc = concat!("`", stringify!($SelfT), "::MIN`")]
|
||||||
/// without a panic. If you do not want this behavior consider
|
/// without a panic. If you do not want this behavior, consider
|
||||||
/// using [`unsigned_abs`](Self::unsigned_abs) instead.
|
/// using [`unsigned_abs`](Self::unsigned_abs) instead.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user