diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-01 23:09:22 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-01 23:09:22 -0700 |
| commit | e9b1bfe2fea4e4666c12dabc008f807064e641b4 (patch) | |
| tree | 3f22cadf6e3bdaf0bea03b328f80205947bfcb06 | |
| parent | a25cc60e528138dfa37ccc0f78190634390095cf (diff) | |
| download | rust-mode-e9b1bfe2fea4e4666c12dabc008f807064e641b4.tar.gz | |
Add 'do' to rust-mode
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index e8240ae..86e5f86 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -59,7 +59,7 @@ (dolist (word '("assert" "break" "check" "claim" "cont" "copy" - "drop" + "do" "drop" "else" "export" "extern" "fail" "for" "if" "import" |
