diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-03-22 15:35:22 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-03-29 14:42:30 -0700 |
| commit | 140151f3f99fb7d8a4422af13e4368e3f3ede792 (patch) | |
| tree | 3f9cbc0cf2797614f258c630e0d56cb4df9074ae /src/librustsyntax/rustsyntax.rc | |
| parent | a0ed1fb20b3aa3b2854b183f43060e562b4664eb (diff) | |
| download | rust-140151f3f99fb7d8a4422af13e4368e3f3ede792.tar.gz rust-140151f3f99fb7d8a4422af13e4368e3f3ede792.zip | |
rustc: Move codemap to rustsyntax
Diffstat (limited to 'src/librustsyntax/rustsyntax.rc')
| -rw-r--r-- | src/librustsyntax/rustsyntax.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustsyntax/rustsyntax.rc b/src/librustsyntax/rustsyntax.rc index ddcc7a5f80e..29f908242f7 100644 --- a/src/librustsyntax/rustsyntax.rc +++ b/src/librustsyntax/rustsyntax.rc @@ -3,3 +3,5 @@ uuid = "c2b79dd0-a437-4ec7-95f9-858d77808c2f")]; #[crate_type = "lib"]; + +mod codemap; |
