Remove `proc` from keywords

This was removed in https://github.com/rust-lang/rust/pull/49699
This commit is contained in:
Carol (Nichols || Goulding) 2018-10-23 07:43:02 -04:00
parent 845f82fdc9
commit a7fef16779
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ for potential future use.
* `macro`
* `override`
* `priv`
* `proc`
* `try`
* `typeof`
* `unsized`