diff options
| author | Alexandre Gagnon <alxgnon@gmail.com> | 2014-04-27 22:05:41 -0400 |
|---|---|---|
| committer | Alexandre Gagnon <alxgnon@gmail.com> | 2014-04-27 22:17:49 -0400 |
| commit | 6c41253a473728451283e20bef3498fdfe797243 (patch) | |
| tree | 7796b1ce89c86aa9dc0a7c19cc53572148e97b34 /src/libsyntax/parse/mod.rs | |
| parent | c2b6ab94e23886068a4bbb1679ce24771aa4b25a (diff) | |
| download | rust-6c41253a473728451283e20bef3498fdfe797243.tar.gz rust-6c41253a473728451283e20bef3498fdfe797243.zip | |
Fix repeated module documentation
Diffstat (limited to 'src/libsyntax/parse/mod.rs')
| -rw-r--r-- | src/libsyntax/parse/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index 122cc37dfb6..0d3ae3b5cb8 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -28,13 +28,8 @@ pub mod token; pub mod comments; pub mod attr; -/// Common routines shared by parser mods pub mod common; - -/// Routines the parser uses to classify AST nodes pub mod classify; - -/// Reporting obsolete syntax pub mod obsolete; // info about a parsing session. |
