auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonw

Drop is no longer a keyword, removed it from the intro docs.
This commit is contained in:
bors 2013-07-07 01:44:02 -07:00
commit 63f7857697

View File

@ -207,7 +207,7 @@ The keywords are the following strings:
as
break
copy
do drop
do
else enum extern
false fn for
if impl