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
http://webcache.googleusercontent.com/search?q=cache:ufyF2_8E4hUJ:doc.rust-lang.org/1.0.0-alpha.2/std/string/type.CowString.html+&cd=2&hl=en&ct=clnk&gl=us
Using a single apostrophe breaks the tag:
<a class='stability Deprecated' title='use Cow<'a, str> instead'>Deprecated</a>
as you can see, the title is use Cow< and the rest is malformed HTML
use Cow<
The text was updated successfully, but these errors were encountered:
Thanks for the report! This should be fixed by #24396, however, as the way we render descriptions will be changing.
Sorry, something went wrong.
No branches or pull requests
http://webcache.googleusercontent.com/search?q=cache:ufyF2_8E4hUJ:doc.rust-lang.org/1.0.0-alpha.2/std/string/type.CowString.html+&cd=2&hl=en&ct=clnk&gl=us
Using a single apostrophe breaks the tag:
as you can see, the title is
use Cow<
and the rest is malformed HTMLThe text was updated successfully, but these errors were encountered: