1
Fork 0

rustdoc: Add module astsrv to provide access to the (non-sendable) AST

This commit is contained in:
Brian Anderson 2012-01-16 16:55:26 -08:00
parent d455d46b15
commit 439a28abe0
2 changed files with 68 additions and 1 deletions

View file

@ -14,4 +14,5 @@ mod doc;
mod gen;
mod fold;
mod attr_pass;
mod tystr_pass;
mod tystr_pass;
mod astsrv;