auto merge of #13705 : edwardw/rust/rcboxptr-doc, r=alexcrichton

It is for internal use only and should not appear in docs.
This commit is contained in:
bors 2014-04-23 14:48:54 -07:00
commit d910330172

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>;