diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-04-19 21:18:33 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-19 21:58:45 -0700 |
| commit | bcbcbad7746cdab8465d2df1d9296cd74e30082f (patch) | |
| tree | 21da04db709f9ee64416fb068ca96b9d23d72e64 /src/librustsyntax/rustsyntax.rc | |
| parent | 628e80d525392ebbcb889bb5d9b37e73c82d335a (diff) | |
| download | rust-bcbcbad7746cdab8465d2df1d9296cd74e30082f.tar.gz rust-bcbcbad7746cdab8465d2df1d9296cd74e30082f.zip | |
syntax: Extract some functions into mod common
Diffstat (limited to 'src/librustsyntax/rustsyntax.rc')
| -rw-r--r-- | src/librustsyntax/rustsyntax.rc | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
