-
Notifications
You must be signed in to change notification settings - Fork 14k
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
The docs for FnBox (https://doc.rust-lang.org/std/boxed/trait.FnBox.html) contain this line in the rendered output:
will be deprecated if and when Box becomes usable
In the HTML source, this is the unescaped Box<FnOnce> instead of the escaped Box<FnOnce>.
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.