-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
std::fmt
is reexported as:
pub use core_collections::fmt;
This didn’t used to be a problem, http://doc.rust-lang.org/1.4.0/std/fmt/#structs documents a bunch of things. But most of it went missing: http://doc.rust-lang.org/nightly/std/fmt/#structs. (Note that URLs are for 1.4 and current nightly.)
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.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.