File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ macro_rules! uint_impl {
689
689
///
690
690
/// # Panics
691
691
///
692
- /// When the number is negative, zero, or if the base is not at least 2;
692
+ /// When the number is zero, or if the base is not at least 2;
693
693
/// it panics in debug mode and the return value is 0 in release mode.
694
694
///
695
695
/// # Examples
@@ -722,7 +722,7 @@ macro_rules! uint_impl {
722
722
///
723
723
/// # Panics
724
724
///
725
- /// When the number is negative or zero it panics in debug mode and
725
+ /// When the number is zero it panics in debug mode and
726
726
/// the return value is 0 in release mode.
727
727
///
728
728
/// # Examples
@@ -755,7 +755,7 @@ macro_rules! uint_impl {
755
755
///
756
756
/// # Panics
757
757
///
758
- /// When the number is negative or zero it panics in debug mode and the
758
+ /// When the number is zero it panics in debug mode and the
759
759
/// return value is 0 in release mode.
760
760
///
761
761
/// # Example
You can’t perform that action at this time.
0 commit comments