]> git.proxmox.com Git - rustc.git/blobdiff - src/libcollections/btree/mod.rs
Imported Upstream version 1.7.0+dfsg1
[rustc.git] / src / libcollections / btree / mod.rs
index d424cb7e29d2b87f775948882953602a66fcb74e..087c9f228d4448bb6c119675ce28eac9e354a6b4 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 mod node;
+mod search;
 pub mod map;
 pub mod set;