Hide trait rc::RcBoxPtr from docs

It is for internal use only and should not appear in docs.
This commit is contained in:
Edward Wang 2014-04-23 23:35:45 +08:00
parent e049a7003b
commit 6fa4036c12

View file

@ -192,7 +192,7 @@ impl<T> Clone for Weak<T> {
}
}
#[allow(missing_doc)]
#[doc(hidden)]
trait RcBoxPtr<T> {
fn inner<'a>(&'a self) -> &'a RcBox<T>;