From e834a2e55ffee62045759d96241ed0e8638cdb18 Mon Sep 17 00:00:00 2001 From: nxsaken Date: Thu, 16 Oct 2025 22:41:45 +0400 Subject: [PATCH] Remove whitespace --- library/core/src/num/int_macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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