diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-03-30 16:15:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-03-30 21:06:26 -0400 |
| commit | 258a36738e6dcba1b01609e026862aa9750ccdbd (patch) | |
| tree | 0fbeeb24ee1d644875fb559127abee879aa44502 /src/libstd/std.rc | |
| parent | 8e30d3fc0bad3bac9f5f1fc2b925aa831aca8ff8 (diff) | |
| download | rust-258a36738e6dcba1b01609e026862aa9750ccdbd.tar.gz rust-258a36738e6dcba1b01609e026862aa9750ccdbd.zip | |
move dlist from core -> std
Closes #3549
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index b28e2f0ab6d..89bdc750c22 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -75,6 +75,7 @@ pub mod priority_queue; pub mod rope; pub mod smallintmap; pub mod sort; +pub mod dlist; pub mod treemap; // And ... other stuff |
