From a7fef167799259d6cd2144e9ec2ea89624d64636 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 23 Oct 2018 07:43:02 -0400 Subject: [PATCH] Remove `proc` from keywords This was removed in https://github.com/rust-lang/rust/pull/49699 --- 2018-edition/src/appendix-01-keywords.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2018-edition/src/appendix-01-keywords.md b/2018-edition/src/appendix-01-keywords.md index b715eb616c..6c02a3f29c 100644 --- a/2018-edition/src/appendix-01-keywords.md +++ b/2018-edition/src/appendix-01-keywords.md @@ -64,7 +64,6 @@ for potential future use. * `macro` * `override` * `priv` -* `proc` * `try` * `typeof` * `unsized`