1
Fork 0

Rename librustsyntax to libsyntax

Per issue #2418.
This commit is contained in:
Kevin Cantu 2012-05-29 21:35:12 -07:00 committed by Brian Anderson
parent ff6cde7882
commit 7dcbaedd32
52 changed files with 38 additions and 35 deletions

View file

@ -14,7 +14,7 @@
use core(vers = "0.2");
use std(vers = "0.2");
use rustc(vers = "0.2");
use syntax(name = "rustsyntax", vers = "0.2");
use syntax(vers = "0.2");
import core::*;