-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
book: from_str examples are out of date #24185
Comments
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 16, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 16, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 17, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 17, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 17, 2015
GuillaumeGomez
pushed a commit
to GuillaumeGomez/rust
that referenced
this issue
Apr 17, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
from_str
function was removed in favor of.parse()
, so the examples may need to be tweaked now. The section I'm thinking of this this: http://doc.rust-lang.org/book/error-handling.html#handling-errors-with-option-and-resultcc @steveklabnik
The text was updated successfully, but these errors were encountered: