Hide trait rc::RcBoxPtr from docs
It is for internal use only and should not appear in docs.
This commit is contained in:
parent
e049a7003b
commit
6fa4036c12
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue