1
Fork 0

libsyntax: Introduce routines and remove all @fns from libsyntax save the old visitor

This commit is contained in:
Patrick Walton 2013-08-30 18:00:38 -07:00
parent e95996399f
commit 9a4de3f305
6 changed files with 85 additions and 55 deletions

View file

@ -189,7 +189,7 @@ pub mod reflect;
pub mod condition;
pub mod logging;
pub mod util;
pub mod routine;
/* Unsupported interfaces */