diff options
| -rw-r--r-- | rust-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index d5f1391..4151104 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -537,7 +537,8 @@ buffer." "true" "trait" "type" "use" "virtual" - "where" "while")) + "where" "while" + "yield")) (defconst rust-special-types '("u8" "i8" |
