]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/collections/btree/mod.rs
Rollup merge of #96757 - jyn514:fewer-clippy-rebuilds, r=Mark-Simulacrum
[rust.git] / library / alloc / src / collections / btree / mod.rs
index f74172c7d976fb50f4921cb9f772f51466822ae4..9571b3d594df8cf6c410a663388c6825d099c82d 100644 (file)
@@ -1,5 +1,6 @@
 mod append;
 mod borrow;
+mod dedup_sorted_iter;
 mod fix;
 pub mod map;
 mod mem;