diff options
| author | Patrick Walton <[email protected]> | 2010-11-05 10:41:23 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-11-05 10:41:23 -0700 |
| commit | 2fcf81cc4b132bf7d862f5144d282391b38d0c15 (patch) | |
| tree | d6e2c25528a83959111707cd7e29b4b30b93cf6a /src/lib/std.rc | |
| parent | rustboot: Describe the cycle when reporting a cyclic import error (diff) | |
| download | rust-2fcf81cc4b132bf7d862f5144d282391b38d0c15.tar.xz rust-2fcf81cc4b132bf7d862f5144d282391b38d0c15.zip | |
Revert "Move the option type to its own module"
Diffstat (limited to 'src/lib/std.rc')
| -rw-r--r-- | src/lib/std.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc index e00f2ef2..16cfbb75 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -20,7 +20,6 @@ mod _task; // Utility modules. -mod option; mod util; // Authorize various rule-bendings. |