-
-
Notifications
You must be signed in to change notification settings - Fork 779
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
Consider renaming Deserializer::visit_* to Deserializer::deserialize_* #151
Labels
Milestone
Comments
👍 |
Have you considered |
Yeah, we should do that too. The |
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 8, 2015
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 19, 2015
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 19, 2015
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 19, 2015
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 20, 2015
oli-obk
added a commit
to oli-obk/rust-serde
that referenced
this issue
Oct 20, 2015
erickt
added a commit
that referenced
this issue
Oct 31, 2015
fix(#151): renaming Deserializer::visit_* to Deserializer::deserialize_*
several traits have method |
so... I think I fixed this :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might be a little more intuitive.
The text was updated successfully, but these errors were encountered: