auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton

Fix #6009.  Rebased version of #8970.  Inherits review from alexcrichton.
This commit is contained in:
bors 2013-09-04 16:20:46 -07:00
commit b161e09e03
7 changed files with 19 additions and 20 deletions

View file

@ -909,8 +909,7 @@ pub fn std_macros() -> @str {
{ $c:ident: $input:ty -> $out:ty; } => {
// FIXME (#6009): remove mod's `pub` below once variant above lands.
pub mod $c {
mod $c {
#[allow(unused_imports)];
#[allow(non_uppercase_statics)];