1
Fork 0

libsyntax: "import" -> "use"

This commit is contained in:
Patrick Walton 2012-09-04 11:37:29 -07:00
parent 3f92cf2659
commit 8ff18acc82
44 changed files with 203 additions and 208 deletions

View file

@ -1,5 +1,5 @@
import codemap::span;
import ast::*;
use codemap::span;
use ast::*;
export ast_fold_precursor;
export ast_fold;