This commit is contained in:
James Haywood 2023-09-22 15:52:07 -04:00
parent 959b2c703d
commit 1170b7b447

View File

@ -1307,6 +1307,10 @@ pub const fn wrapping_div_euclid(self, rhs: Self) -> Self {
/// 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: