Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix parsing of braced re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 21, 2020
1 parent 30a2aaf commit fec550c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result<Exp
break;
}
}
tokens.next().unwrap();
}
_ => macros.push(parse_macro(tokens)?),
}
Expand Down

0 comments on commit fec550c

Please sign in to comment.