mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
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:
+1
-1
@@ -192,7 +192,7 @@ fn clone(&self) -> Weak<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(missing_doc)]
|
||||
#[doc(hidden)]
|
||||
trait RcBoxPtr<T> {
|
||||
fn inner<'a>(&'a self) -> &'a RcBox<T>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user