From 6d09fc2cd80231aab527a27e8112e6167a15f042 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 7 Feb 2013 17:58:50 -0800 Subject: [PATCH] removed reference to crate file keywords --- doc/rust.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/rust.md b/doc/rust.md index fc8ce9f9c38..3013fe0e0eb 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -202,13 +202,7 @@ grammar as double-quoted strings. Other tokens have exact rules given. ### Keywords -The keywords in [crate files](#crate-files) are the following strings: - -~~~~~~~~ {.keyword} -mod priv pub use -~~~~~~~~ - -The keywords in [source files](#source-files) are the following strings: +The keywords are the following strings: ~~~~~~~~ {.keyword} as assert