We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
str::parse("2.99") correctly parses to 2.99 in stable branch, but less correctly to 2.9899999999999998 on both beta and nightly.
str::parse("2.99")
2.99
2.9899999999999998