diff options
| author | Patrick Walton <[email protected]> | 2010-11-03 17:10:37 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-11-05 10:23:22 -0700 |
| commit | 1d214b4df3013a53e50d778fa921ed99bc498d02 (patch) | |
| tree | c87006304b72bd7fec9962afac5370de4e2d57bd /src/lib/std.rc | |
| parent | Fix buggy while and do-while translation in rustc. Add test. (diff) | |
| download | rust-1d214b4df3013a53e50d778fa921ed99bc498d02.tar.xz rust-1d214b4df3013a53e50d778fa921ed99bc498d02.zip | |
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, 1 insertions, 0 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc index 16cfbb75..e00f2ef2 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -20,6 +20,7 @@ mod _task; // Utility modules. +mod option; mod util; // Authorize various rule-bendings. |