We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd45f01 commit db2c6e0Copy full SHA for db2c6e0
library/core/src/num/dec2flt/mod.rs
@@ -152,7 +152,7 @@ macro_rules! from_str_float_impl {
152
// Since `dec2flt` is generic, a normal inline attribute on this function
153
// with `dec2flt` having no attributes results in heavily repeated
154
// generation of `dec2flt`, despite the fact only a maximum of 2
155
- // possible instances. Adding #[inline(never)] avoids this.
+ // possible instances can ever exist. Adding #[inline(never)] avoids this.
156
#[inline(never)]
157
fn from_str(src: &str) -> Result<Self, ParseFloatError> {
158
dec2flt(src)
0 commit comments