1
Fork 0

rustdoc: Add tystr_pass module for extracting type strings

This commit is contained in:
Brian Anderson 2012-01-16 15:33:06 -08:00
parent 497814642f
commit c4de718f37
2 changed files with 71 additions and 1 deletions

View file

@ -12,4 +12,5 @@ mod extract;
mod attr_parser;
mod doc;
mod gen;
mod fold;
mod fold;
mod tystr_pass;