You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from_stris deprecated and should not be used any more; parse replaces it. That line of code compiles for me, so are you sure that you’re on the latest nightly build of Rust?
https://github.com/rust-lang/rust/blame/master/src/doc/guide.md#L2282 this line of code can not compile,
Should replace all
parse()
withfrom_str()
The text was updated successfully, but these errors were encountered: