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/libcore/core.rc | |
| parent | 8e30d3fc0bad3bac9f5f1fc2b925aa831aca8ff8 (diff) | |
| download | rust-258a36738e6dcba1b01609e026862aa9750ccdbd.tar.gz rust-258a36738e6dcba1b01609e026862aa9750ccdbd.zip | |
move dlist from core -> std
Closes #3549
Diffstat (limited to 'src/libcore/core.rc')
| -rw-r--r-- | src/libcore/core.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 4d91e8f2993..443f2538fa9 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -189,7 +189,6 @@ pub mod container; pub mod option; pub mod result; pub mod either; -pub mod dlist; pub mod hashmap; pub mod cell; pub mod trie; |
