Skip to content

Commit 6fa4036

Browse files
committed
Hide trait rc::RcBoxPtr from docs
It is for internal use only and should not appear in docs.
1 parent e049a70 commit 6fa4036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rc.rs

Lines changed: 1 addition & 1 deletion
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)