1
Fork 0

Updated librustdoc and librustpkg to use the proper UpperCase names from libsyntax.

This commit is contained in:
Eduard Burtescu 2014-01-09 22:25:09 +02:00
parent 6b221768cf
commit 72ee4a57b7
4 changed files with 31 additions and 32 deletions

View file

@ -39,7 +39,7 @@ impl Module {
Module {
name : name,
id: 0,
vis: ast::private,
vis: ast::Private,
where: syntax::codemap::DUMMY_SP,
attrs : ~[],
structs : ~[],