From 2f440b1452f79a670d2927abd42f95b79272c5d9 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 13 May 2011 16:47:37 -0400 Subject: rustc: lowercase the link and link::write modules --- src/comp/rustc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/rustc.rc') 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; -- cgit v1.2.3