diff --git a/library/core/src/num/int_macros.rs b/library/core/src/num/int_macros.rs index 4c2d2341174f..672e56a0e56d 100644 --- a/library/core/src/num/int_macros.rs +++ b/library/core/src/num/int_macros.rs @@ -1024,7 +1024,7 @@ macro_rules! int_impl { /// # Panics /// /// This function will panic if `rhs == 0`. - /// + /// /// ## Overflow behavior /// /// On overflow, this function will panic if overflow checks are enabled (default in debug