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.
2 parents fa7d252 + 6c831eb commit 98a8063Copy full SHA for 98a8063
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