From 4e12a2de42c0003a183bd6e1ca0f20f150161081 Mon Sep 17 00:00:00 2001 From: Havvy Date: Tue, 24 Apr 2018 01:32:08 -0700 Subject: [PATCH] Removed 'proc' keyword As per https://github.com/rust-lang/rust/pull/49699 --- src/keywords.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keywords.md b/src/keywords.md index 772da5f77740c..043e5e75960a3 100644 --- a/src/keywords.md +++ b/src/keywords.md @@ -75,7 +75,6 @@ them to use these keywords. > KW_OFFSETOF : `offsetof` > KW_OVERRIDE : `override` > KW_PRIV : `priv` -> KW_PROC : `proc` > KW_PURE : `pure` > KW_SIZEOF : `sizeof` > KW_TYPEOF : `typeof`