Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pub keyword before mod bar definition in doc.md
Based on the `https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#inline-and-no_inline `, rustdoc will inline these definitions so there is no need to inline it. If we want to notice the diffrence we should make module public.
- Loading branch information