From 8cb1a290a80d1500078a956d434f7c234c9f8e6a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 4 Jul 2013 11:56:11 +0200 Subject: [PATCH] Removed drop from the keyword list in the docs --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 1db9dac9b58..2ec5e939487 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -207,7 +207,7 @@ The keywords are the following strings: as break copy -do drop +do else enum extern false fn for if impl