Skip to content

Commit 5990f3b

Browse files
imtsukistepancheg
authored andcommitted
add async/await to RUST_KEYWORDS
Signed-off-by: imtsuki <[email protected]>
1 parent 53dc4ae commit 5990f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf-codegen/src/rust.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#[cfg_attr(rustfmt, rustfmt_skip)]
22
static RUST_KEYWORDS: &'static [&'static str] = &[
33
"as",
4+
"async",
5+
"await",
46
"break",
57
"crate",
68
"else",

0 commit comments

Comments
 (0)