summary refs log tree commit diff
path: root/src/libextra/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-05 12:32:12 -0800
committerbors <bors@rust-lang.org>2013-12-05 12:32:12 -0800
commit3cc86d8ab3efe7d2fc23cc31e59575b0ad2d077d (patch)
tree1793988aaa69ea64bd74d9ac116e0d03fbd07767 /src/libextra/lib.rs
parent617ce856db7e8088b07f6820a331e25f1f5a921a (diff)
parentd902e7148bbc2559453d22e7d00f05cee9a3df95 (diff)
downloadrust-3cc86d8ab3efe7d2fc23cc31e59575b0ad2d077d.tar.gz
rust-3cc86d8ab3efe7d2fc23cc31e59575b0ad2d077d.zip
auto merge of #10211 : ktt3ja/rust/add-lrucache, r=brson
There's an open issue ([Issue #4988](https://github.com/mozilla/rust/issues/4988?source=cc)) for adding an LRU Cache to the standard library. I'm new to this so I hope I didn't miss anything I'm supposed to do.
Diffstat (limited to 'src/libextra/lib.rs')
-rw-r--r--src/libextra/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs
index 198362492a5..ca2b76b620a 100644
--- a/src/libextra/lib.rs
+++ b/src/libextra/lib.rs
@@ -70,6 +70,7 @@ pub mod sort;
 pub mod dlist;
 pub mod treemap;
 pub mod btree;
+pub mod lru_cache;
 
 // And ... other stuff