]> git.lizzy.rs Git - rust.git/commitdiff
hide docs for private `collections::btree::Recover` trait
authorAndrew Paseltiner <apaseltiner@gmail.com>
Mon, 31 Aug 2015 11:01:07 +0000 (07:01 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Mon, 31 Aug 2015 11:01:07 +0000 (07:01 -0400)
closes #28093

src/libcollections/btree/mod.rs

index a235021e6396ba7133ab321bff60fe5155c0026b..d424cb7e29d2b87f775948882953602a66fcb74e 100644 (file)
@@ -12,6 +12,7 @@
 pub mod map;
 pub mod set;
 
+#[doc(hidden)]
 trait Recover<Q: ?Sized> {
     type Key;