Skip to content

Commit db2c6e0

Browse files
committed
Update comment.
1 parent dd45f01 commit db2c6e0

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/num/dec2flt

1 file changed

+1
-1
lines changed

library/core/src/num/dec2flt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ macro_rules! from_str_float_impl {
152152
// Since `dec2flt` is generic, a normal inline attribute on this function
153153
// with `dec2flt` having no attributes results in heavily repeated
154154
// generation of `dec2flt`, despite the fact only a maximum of 2
155-
// possible instances. Adding #[inline(never)] avoids this.
155+
// possible instances can ever exist. Adding #[inline(never)] avoids this.
156156
#[inline(never)]
157157
fn from_str(src: &str) -> Result<Self, ParseFloatError> {
158158
dec2flt(src)

0 commit comments

Comments
 (0)