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,4 +1,4 @@
import dvec::DVec;
use dvec::DVec;
export filename;
export filemap;