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
Ok, so, each_char the function no longer seems to exist, and the each_char method for StrSlice no longer exists. The test still fails, since there is no Reader implementation, but that seems right.
Give corrected code
This PR adds corrected code for doc examples.
I did this in several commits to facilitate review.
Don't hesitate to tell me if I forgot some.
Also, sometimes I felt it was not necessary to give corrected code, but I maybe wrong.
fixes: rust-lang#4829
changelog: Improve documentation examples across multiple lints.
This code fails to compile:
error: failed to find an implementation of trait core::io::Reader for <V2>
The text was updated successfully, but these errors were encountered: