We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f248d commit 387aa36Copy full SHA for 387aa36
src/librustdoc/rustdoc.rc
@@ -116,8 +116,7 @@ fn run(config: Config) {
116
// Remove things marked doc(hidden)
117
prune_hidden_pass::mk_pass(),
118
// Remove things that are private
119
- // XXX enable this after 'export' is removed in favor of 'pub'
120
- // prune_private_pass::mk_pass(),
+ prune_private_pass::mk_pass(),
121
// Extract brief documentation from the full descriptions
122
desc_to_brief_pass::mk_pass(),
123
// Massage the text to remove extra indentation
0 commit comments