Skip to content

Commit

Permalink
Resolve #116063
Browse files Browse the repository at this point in the history
  • Loading branch information
Colonial-Dev committed Sep 22, 2023
1 parent 959b2c7 commit 1170b7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/core/src/num/uint_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,10 @@ macro_rules! uint_impl {
/// This function exists, so that all operations
/// are accounted for in the wrapping operations.
///
/// # Panics
///
/// This function will panic if `rhs` is 0.
///
/// # Examples
///
/// Basic usage:
Expand Down

0 comments on commit 1170b7b

Please sign in to comment.