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:
commit
b161e09e03
7 changed files with 19 additions and 20 deletions
|
|
@ -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)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue