diff options
Diffstat (limited to 'src/libextra/lib.rs')
| -rw-r--r-- | src/libextra/lib.rs | 1 |
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 |
