In #48106 i moved plain extern crate some_crate statements outside the fn main that rustdoc generates, but i failed to take #[macro_use] attributes into account. Since one of the common reasons people would add the manual crate import is to import its macros, this makes the feature less useful.
(Mentoring instructions to follow...)
In #48106 i moved plain
extern crate some_cratestatements outside thefn mainthat rustdoc generates, but i failed to take#[macro_use]attributes into account. Since one of the common reasons people would add the manual crate import is to import its macros, this makes the feature less useful.(Mentoring instructions to follow...)