We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example https://doc.rust-lang.org/std/primitive.u64.html#method.to_bytes
The method is now called {to,from}_{le,be,ne}_bytes and the current tracking issue seems to be #52963
The text was updated successfully, but these errors were encountered:
Note that the "nightly" documentation has the correct information, see https://doc.rust-lang.org/nightly/std/primitive.u64.html#method.to_be_bytes
Sorry, something went wrong.
Yep, the docs linked in the original post are for the stable release which does not contain the rename.
No branches or pull requests
For example https://doc.rust-lang.org/std/primitive.u64.html#method.to_bytes
The method is now called {to,from}_{le,be,ne}_bytes and the current tracking issue seems to be #52963
The text was updated successfully, but these errors were encountered: