rustdoc: Add fold module

This commit is contained in:
Brian Anderson
2012-01-16 14:49:40 -08:00
parent e77b8db707
commit 5457b4d3fb
2 changed files with 108 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ mod parse;
mod extract;
mod attr_parser;
mod doc;
mod gen;
mod gen;
mod fold;