diff options
| author | Patrick Walton <[email protected]> | 2011-04-21 16:44:17 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-21 16:44:17 -0700 |
| commit | 735435bf964dcafdfc09d01ea644bbfbe725abd8 (patch) | |
| tree | 0689fd29766063d7cb853c31989ba983c5a9d587 /src/lib/std.rc | |
| parent | rustc: Pass a type store around, which does nothing yet (diff) | |
| download | rust-735435bf964dcafdfc09d01ea644bbfbe725abd8.tar.xz rust-735435bf964dcafdfc09d01ea644bbfbe725abd8.zip | |
stdlib: Add a pointer equality function to the standard library and a test case
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 7e9e06c2..1056f375 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -69,6 +69,7 @@ mod sha1; mod ebml; mod UFind; mod ExtFmt; +mod Box; // Local Variables: // mode: rust; |