about summary refs log tree commit diff
path: root/src/libsyntax/parse/classify.rs
diff options
context:
space:
mode:
authorAlexandre Gagnon <alxgnon@gmail.com>2014-04-27 22:05:41 -0400
committerAlexandre Gagnon <alxgnon@gmail.com>2014-04-27 22:17:49 -0400
commit6c41253a473728451283e20bef3498fdfe797243 (patch)
tree7796b1ce89c86aa9dc0a7c19cc53572148e97b34 /src/libsyntax/parse/classify.rs
parentc2b6ab94e23886068a4bbb1679ce24771aa4b25a (diff)
downloadrust-6c41253a473728451283e20bef3498fdfe797243.tar.gz
rust-6c41253a473728451283e20bef3498fdfe797243.zip
Fix repeated module documentation
Diffstat (limited to 'src/libsyntax/parse/classify.rs')
-rw-r--r--src/libsyntax/parse/classify.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/parse/classify.rs b/src/libsyntax/parse/classify.rs
index d6dcb956f25..b160593b049 100644
--- a/src/libsyntax/parse/classify.rs
+++ b/src/libsyntax/parse/classify.rs
@@ -8,9 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-/*
-  Predicates on exprs and stmts that the pretty-printer and parser use
- */
+//! Routines the parser uses to classify AST nodes
+
+// Predicates on exprs and stmts that the pretty-printer and parser use
 
 use ast;