rustdoc: Move markdown-writing functions into gen module
This commit is contained in:
parent
140fbd3019
commit
555d5aed37
3 changed files with 47 additions and 47 deletions
|
@ -8,4 +8,5 @@
|
|||
#[crate_type = "bin"];
|
||||
|
||||
mod parse;
|
||||
mod doc;
|
||||
mod doc;
|
||||
mod gen;
|
Loading…
Add table
Add a link
Reference in a new issue