@@ -1828,7 +1828,7 @@ macro_rules! int_impl {
18281828/// 
18291829/// # Panics 
18301830/// 
1831- /// This function will panic if `rhs` is 0 . 
1831+ /// This function will panic if `rhs` is zero . 
18321832/// 
18331833/// # Examples 
18341834/// 
@@ -1986,7 +1986,7 @@ macro_rules! int_impl {
19861986/// 
19871987/// # Panics 
19881988/// 
1989- /// This function will panic if `rhs` is 0 . 
1989+ /// This function will panic if `rhs` is zero . 
19901990/// 
19911991/// # Examples 
19921992/// 
@@ -2014,7 +2014,7 @@ macro_rules! int_impl {
20142014/// 
20152015/// # Panics 
20162016/// 
2017- /// This function will panic if `rhs` is 0 . 
2017+ /// This function will panic if `rhs` is zero . 
20182018/// 
20192019/// # Examples 
20202020/// 
@@ -2042,7 +2042,7 @@ macro_rules! int_impl {
20422042/// 
20432043/// # Panics 
20442044/// 
2045- /// This function will panic if `rhs` is 0 . 
2045+ /// This function will panic if `rhs` is zero . 
20462046/// 
20472047/// # Examples 
20482048/// 
@@ -2069,7 +2069,7 @@ macro_rules! int_impl {
20692069/// 
20702070/// # Panics 
20712071/// 
2072- /// This function will panic if `rhs` is 0 . 
2072+ /// This function will panic if `rhs` is zero . 
20732073/// 
20742074/// # Examples 
20752075/// 
@@ -2526,7 +2526,7 @@ macro_rules! int_impl {
25262526/// 
25272527/// # Panics 
25282528/// 
2529- /// This function will panic if `rhs` is 0 . 
2529+ /// This function will panic if `rhs` is zero . 
25302530/// 
25312531/// # Examples 
25322532/// 
@@ -2557,7 +2557,7 @@ macro_rules! int_impl {
25572557/// 
25582558/// # Panics 
25592559/// 
2560- /// This function will panic if `rhs` is 0 . 
2560+ /// This function will panic if `rhs` is zero . 
25612561/// 
25622562/// # Examples 
25632563/// 
@@ -2588,7 +2588,7 @@ macro_rules! int_impl {
25882588/// 
25892589/// # Panics 
25902590/// 
2591- /// This function will panic if `rhs` is 0 . 
2591+ /// This function will panic if `rhs` is zero . 
25922592/// 
25932593/// # Examples 
25942594/// 
@@ -2619,7 +2619,7 @@ macro_rules! int_impl {
26192619/// 
26202620/// # Panics 
26212621/// 
2622- /// This function will panic if `rhs` is 0 . 
2622+ /// This function will panic if `rhs` is zero . 
26232623/// 
26242624/// # Examples 
26252625/// 
@@ -2887,7 +2887,7 @@ macro_rules! int_impl {
28872887/// 
28882888/// # Panics 
28892889/// 
2890- /// This function will panic if `rhs` is 0  or if `self` is `Self::MIN` 
2890+ /// This function will panic if `rhs` is zero  or if `self` is `Self::MIN` 
28912891/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag. 
28922892/// 
28932893/// # Examples 
@@ -2926,7 +2926,7 @@ macro_rules! int_impl {
29262926/// 
29272927/// # Panics 
29282928/// 
2929- /// This function will panic if `rhs` is 0  or if `self` is `Self::MIN` and 
2929+ /// This function will panic if `rhs` is zero  or if `self` is `Self::MIN` and 
29302930/// `rhs` is -1. This behavior is not affected by the `overflow-checks` flag. 
29312931/// 
29322932/// # Examples 
@@ -2975,7 +2975,7 @@ macro_rules! int_impl {
29752975/// 
29762976/// # Panics 
29772977/// 
2978- /// This function will panic if `rhs` is 0  or if `self` is `Self::MIN` 
2978+ /// This function will panic if `rhs` is zero  or if `self` is `Self::MIN` 
29792979/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag. 
29802980/// 
29812981/// # Examples 
@@ -3019,7 +3019,7 @@ macro_rules! int_impl {
30193019/// 
30203020/// # Panics 
30213021/// 
3022- /// This function will panic if `rhs` is 0  or if `self` is `Self::MIN` 
3022+ /// This function will panic if `rhs` is zero  or if `self` is `Self::MIN` 
30233023/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag. 
30243024/// 
30253025/// # Examples 
0 commit comments