]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40814 - abonander:issue_39436, r=jseyfried
authorCorey Farwell <coreyf@rwell.org>
Wed, 29 Mar 2017 20:53:30 +0000 (16:53 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2017 20:53:30 +0000 (16:53 -0400)
commitea9c8b992c2155f3cb2e19dc0e7f65ce16158889
treebfca9f97a434f6a471abae1f50516e2695197b75
parenta9dc8ac7ac5dee13675b01ea7db8a93d90d40cf2
parentd8fc5b80b61f662dd0d63d236875ade5a3f1129c
Rollup merge of #40814 - abonander:issue_39436, r=jseyfried

Rustdoc: memoize `pub use`-reexported macros so they don't appear twice in docs

Closes #39436

Preserves existing behavior for `#[macro_reexport]`. `pub use`'d macros are shown as reexports unless inlined, and also correctly obey `#[doc(hidden)]`.

r? @jseyfried

cc @SergioBenitez