-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
For example, we can have occurrences of:
<span class="op">+</span><span class="op">=</span>
In this case, we could simply have:
<span class="op">+=</span>
We also have some weird generation sometimes:
</span> <span class="ident">x</span> <span class="kw">in</span> <span class="kw-2">&</span><span class="ident">set</span>
In this case, I'm not sure what <span class="kw-2">&</span> is actually doing...
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.