diff options
| author | Brian Anderson <[email protected]> | 2011-05-13 16:47:37 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-13 16:55:37 -0400 |
| commit | 2f440b1452f79a670d2927abd42f95b79272c5d9 (patch) | |
| tree | 2f5fd75cd246c649f42437ef26e30caa225e7e73 /src/comp/rustc.rc | |
| parent | Slight adjustments to shape, rename to type_glue.rs. (diff) | |
| download | rust-2f440b1452f79a670d2927abd42f95b79272c5d9.tar.xz rust-2f440b1452f79a670d2927abd42f95b79272c5d9.zip | |
rustc: lowercase the link and link::write modules
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index a0fb45c4..47682235 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -39,7 +39,7 @@ mod front { } mod back { - mod Link; + mod link; mod abi; mod upcall; mod x86; |