rustdoc: Move parse module to its own file

This commit is contained in:
Brian Anderson
2012-01-15 14:56:58 -08:00
parent 377316d8f6
commit c59a0ec774
3 changed files with 23 additions and 24 deletions

View File

@@ -6,3 +6,5 @@
#[desc = "The Rust documentation generator"];
#[license = "MIT"];
#[crate_type = "bin"];
mod parse;