Update READMEs and comments to reflect "rustsyntax" -> "syntax" change

This commit is contained in:
Lindsey Kuper 2012-06-08 17:13:56 -07:00
parent 7c0fd858db
commit 0863ac25a7
3 changed files with 8 additions and 8 deletions

View file

@ -343,7 +343,7 @@ type substs = {
};
// NB: If you change this, you'll probably want to change the corresponding
// AST structure in front/ast::rs as well.
// AST structure in libsyntax/ast.rs as well.
enum sty {
ty_nil,
ty_bot,