Skip to content

Commit

Permalink
Add macro keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfedotov authored and stepancheg committed Mar 5, 2018
1 parent ae1887a commit de75d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static RUST_KEYWORDS: &'static [&'static str] = &[
"abstract",
"final",
"override",
"macro",
];

pub fn is_rust_keyword(ident: &str) -> bool {
Expand Down

0 comments on commit de75d5b

Please sign in to comment.