File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ macro_rules! int_impl {
107
107
108
108
/// Returns the number of leading zeros in the binary representation of `self`.
109
109
///
110
- /// The
110
+ /// Depending on what you're doing with the value, you might also be interested in the
111
111
#[ doc = concat!( "[`" , stringify!( $SelfTy) , "::ilog2()`]" ) ]
112
- /// function returns a consistent number, even if the type widens.
112
+ /// function which returns a consistent number, even if the type widens.
113
113
///
114
114
/// # Examples
115
115
///
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ macro_rules! uint_impl {
109
109
110
110
/// Returns the number of leading zeros in the binary representation of `self`.
111
111
///
112
- /// The
112
+ /// Depending on what you're doing with the value, you might also be interested in the
113
113
#[ doc = concat!( "[`" , stringify!( $SelfTy) , "::ilog2()`]" ) ]
114
- /// function returns a consistent number, even if the type widens.
114
+ /// function which returns a consistent number, even if the type widens.
115
115
///
116
116
/// # Examples
117
117
///
You can’t perform that action at this time.
0 commit comments