From bcbcbad7746cdab8465d2df1d9296cd74e30082f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 19 Apr 2012 21:18:33 -0700 Subject: syntax: Extract some functions into mod common --- src/librustsyntax/rustsyntax.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/librustsyntax/rustsyntax.rc') diff --git a/src/librustsyntax/rustsyntax.rc b/src/librustsyntax/rustsyntax.rc index 5a479269244..2e560eb01c1 100644 --- a/src/librustsyntax/rustsyntax.rc +++ b/src/librustsyntax/rustsyntax.rc @@ -37,6 +37,9 @@ mod parse { mod comments; mod attr; + #[doc = "Common routines shared by parser mods"] + mod common; + #[doc = "Functions dealing with operator precedence"] mod prec; -- cgit 1.4.1-3-g733a5