1
Fork 0

rustdoc: Add a demo module with some test docs

This commit is contained in:
Brian Anderson 2012-01-24 20:29:59 -08:00
parent 45a668c439
commit e7d7f4e4b7
2 changed files with 70 additions and 0 deletions

View file

@ -26,3 +26,4 @@ mod prune_unexported_pass;
mod desc_to_brief_pass;
mod trim_pass;
mod astsrv;
mod demo;