提交 f4eb44e4 编写于 作者: E est31

whitespace after colon, not before

上级 66a12f50
......@@ -4612,7 +4612,7 @@ pub fn parse_impl_item(&mut self) -> PResult<'a, P<ImplItem>> {
fn complain_if_pub_macro(&mut self, visa: Visibility, span: Span) {
match visa {
Public => {
let is_macro_rules :bool = match self.token {
let is_macro_rules: bool = match self.token {
token::Ident(sid, _) => sid.name == intern("macro_rules"),
_ => false,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册