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
Example: https://docs.rs/serde/1.0.80/serde/trait.Serialize.html#impl-Serialize
All the links under Implementations on Foreign Types in the sidebar link to impl Serialize for bool
Implementations on Foreign Types
impl Serialize for bool
The text was updated successfully, but these errors were encountered:
This is a bug in rustdoc and was likely fixed between 2018 and now. You'd have to run cargo doc locally to confirm.
cargo doc
The reason it's still broken on the website is because of #464.
Sorry, something went wrong.
Ok yes, if you look at https://docs.rs/serde/1.0.114/serde/trait.Serialize.html#impl-Serialize-for-char it goes to the correct implementation for char.
char
No branches or pull requests
Example: https://docs.rs/serde/1.0.80/serde/trait.Serialize.html#impl-Serialize
All the links under
Implementations on Foreign Types
in the sidebar link toimpl Serialize for bool
The text was updated successfully, but these errors were encountered: