@@ -1828,7 +1828,7 @@ macro_rules! int_impl {
1828
1828
///
1829
1829
/// # Panics
1830
1830
///
1831
- /// This function will panic if `rhs` is 0 .
1831
+ /// This function will panic if `rhs` is zero .
1832
1832
///
1833
1833
/// # Examples
1834
1834
///
@@ -1986,7 +1986,7 @@ macro_rules! int_impl {
1986
1986
///
1987
1987
/// # Panics
1988
1988
///
1989
- /// This function will panic if `rhs` is 0 .
1989
+ /// This function will panic if `rhs` is zero .
1990
1990
///
1991
1991
/// # Examples
1992
1992
///
@@ -2014,7 +2014,7 @@ macro_rules! int_impl {
2014
2014
///
2015
2015
/// # Panics
2016
2016
///
2017
- /// This function will panic if `rhs` is 0 .
2017
+ /// This function will panic if `rhs` is zero .
2018
2018
///
2019
2019
/// # Examples
2020
2020
///
@@ -2042,7 +2042,7 @@ macro_rules! int_impl {
2042
2042
///
2043
2043
/// # Panics
2044
2044
///
2045
- /// This function will panic if `rhs` is 0 .
2045
+ /// This function will panic if `rhs` is zero .
2046
2046
///
2047
2047
/// # Examples
2048
2048
///
@@ -2069,7 +2069,7 @@ macro_rules! int_impl {
2069
2069
///
2070
2070
/// # Panics
2071
2071
///
2072
- /// This function will panic if `rhs` is 0 .
2072
+ /// This function will panic if `rhs` is zero .
2073
2073
///
2074
2074
/// # Examples
2075
2075
///
@@ -2526,7 +2526,7 @@ macro_rules! int_impl {
2526
2526
///
2527
2527
/// # Panics
2528
2528
///
2529
- /// This function will panic if `rhs` is 0 .
2529
+ /// This function will panic if `rhs` is zero .
2530
2530
///
2531
2531
/// # Examples
2532
2532
///
@@ -2557,7 +2557,7 @@ macro_rules! int_impl {
2557
2557
///
2558
2558
/// # Panics
2559
2559
///
2560
- /// This function will panic if `rhs` is 0 .
2560
+ /// This function will panic if `rhs` is zero .
2561
2561
///
2562
2562
/// # Examples
2563
2563
///
@@ -2588,7 +2588,7 @@ macro_rules! int_impl {
2588
2588
///
2589
2589
/// # Panics
2590
2590
///
2591
- /// This function will panic if `rhs` is 0 .
2591
+ /// This function will panic if `rhs` is zero .
2592
2592
///
2593
2593
/// # Examples
2594
2594
///
@@ -2619,7 +2619,7 @@ macro_rules! int_impl {
2619
2619
///
2620
2620
/// # Panics
2621
2621
///
2622
- /// This function will panic if `rhs` is 0 .
2622
+ /// This function will panic if `rhs` is zero .
2623
2623
///
2624
2624
/// # Examples
2625
2625
///
@@ -2887,7 +2887,7 @@ macro_rules! int_impl {
2887
2887
///
2888
2888
/// # Panics
2889
2889
///
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`
2891
2891
/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag.
2892
2892
///
2893
2893
/// # Examples
@@ -2926,7 +2926,7 @@ macro_rules! int_impl {
2926
2926
///
2927
2927
/// # Panics
2928
2928
///
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
2930
2930
/// `rhs` is -1. This behavior is not affected by the `overflow-checks` flag.
2931
2931
///
2932
2932
/// # Examples
@@ -2975,7 +2975,7 @@ macro_rules! int_impl {
2975
2975
///
2976
2976
/// # Panics
2977
2977
///
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`
2979
2979
/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag.
2980
2980
///
2981
2981
/// # Examples
@@ -3019,7 +3019,7 @@ macro_rules! int_impl {
3019
3019
///
3020
3020
/// # Panics
3021
3021
///
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`
3023
3023
/// and `rhs` is -1. This behavior is not affected by the `overflow-checks` flag.
3024
3024
///
3025
3025
/// # Examples
0 commit comments