documentation fix in RELEASES.md
f32 should probably be denoted as 0.0 as it might improve readability. Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
parent
be989acabd
commit
a6e077ebdf
@ -116,8 +116,8 @@ Compatibility Notes
|
||||
that were not intended. In this release, [defaulted type parameters
|
||||
appearing outside of type definitions will generate a
|
||||
warning][1.7d], which will become an error in future releases.
|
||||
* [Parsing "." as a float results in an error instead of
|
||||
0][1.7p]. That is, `".".parse::<f32>()` returns `Err`, not `Ok(0)`.
|
||||
* [Parsing "." as a float results in an error instead of 0][1.7p].
|
||||
That is, `".".parse::<f32>()` returns `Err`, not `Ok(0.0)`.
|
||||
* [Borrows of closure parameters may not outlive the closure][1.7bc].
|
||||
|
||||
[1.7a]: https://github.com/rust-lang/rust/pull/30928
|
||||
|
Loading…
Reference in New Issue
Block a user