diff options
| author | Dave Herman <[email protected]> | 2010-10-21 11:39:53 -0700 |
|---|---|---|
| committer | Dave Herman <[email protected]> | 2010-10-21 11:39:53 -0700 |
| commit | dbe27199b844aea507de8052da7b1e8f60543e70 (patch) | |
| tree | 1438eafecd076a6748aaa6f325e91b58a83887c7 /src/comp/rustc.rc | |
| parent | rustboot: Don't use ridiculous type names when describing simple types like i... (diff) | |
| download | rust-dbe27199b844aea507de8052da7b1e8f60543e70.tar.xz rust-dbe27199b844aea507de8052da7b1e8f60543e70.zip | |
line length police; moved comp.util.bits to std.bitv
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index aeb8fdd1..cce0d38f 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -28,7 +28,6 @@ mod driver { mod util { mod common; - mod bits; } auth driver.rustc.main = state; |