tweak 'known issues' wording
This commit is contained in:
parent
1798d51da6
commit
694b18d973
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ macro_rules! from_str_float_impl {
|
|||
///
|
||||
/// # Known bugs
|
||||
///
|
||||
/// * [#31407]: Some strings that adhere to the regular expression
|
||||
/// above will incorrectly return an [`Err`].
|
||||
/// In some situations, some strings that should create a valid float
|
||||
/// instead return an error. See [issue #31407] for details.
|
||||
///
|
||||
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue