Updated librustdoc and librustpkg to use the proper UpperCase names from libsyntax.
This commit is contained in:
parent
6b221768cf
commit
72ee4a57b7
4 changed files with 31 additions and 32 deletions
|
@ -39,7 +39,7 @@ impl Module {
|
|||
Module {
|
||||
name : name,
|
||||
id: 0,
|
||||
vis: ast::private,
|
||||
vis: ast::Private,
|
||||
where: syntax::codemap::DUMMY_SP,
|
||||
attrs : ~[],
|
||||
structs : ~[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue