diff options
| author | bors <bors@rust-lang.org> | 2013-07-07 01:44:02 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-07 01:44:02 -0700 |
| commit | 63f785769740b3e61e1c4d908c7a97f836c3cdc4 (patch) | |
| tree | 39352b665667fdc4a51cedcb3655f42c76edbd89 | |
| parent | 88487d8274a51afa253d9f9612991621f1ec4fd0 (diff) | |
| parent | 8cb1a290a80d1500078a956d434f7c234c9f8e6a (diff) | |
| download | rust-63f785769740b3e61e1c4d908c7a97f836c3cdc4.tar.gz rust-63f785769740b3e61e1c4d908c7a97f836c3cdc4.zip | |
auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonw
Drop is no longer a keyword, removed it from the intro docs.
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index eed75c359cd..42a010b114a 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 |
