Skip to content

Commit d910330

Browse files
committed
auto merge of #13705 : edwardw/rust/rcboxptr-doc, r=alexcrichton
It is for internal use only and should not appear in docs.
2 parents 07aef98 + 6fa4036 commit d910330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl<T> Clone for Weak<T> {
192192
}
193193
}
194194

195-
#[allow(missing_doc)]
195+
#[doc(hidden)]
196196
trait RcBoxPtr<T> {
197197
fn inner<'a>(&'a self) -> &'a RcBox<T>;
198198

0 commit comments

Comments
 (0)