We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933c339 commit 6c831ebCopy full SHA for 6c831eb
src/meta/doc.md
@@ -80,7 +80,7 @@ Used to inline docs, instead of linking out to separate page.
80
pub use bar::Bar;
81
82
/// bar docs
83
-mod bar {
+pub mod bar {
84
/// the docs for Bar
85
pub struct Bar;
86
}
0 commit comments