Skip to content

Commit 4e22461

Browse files
committed
core: Remove a stray #[doc(hidden)] attribute
1 parent 056164a commit 4e22461

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/comm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ pub mod streamp {
132132
}
133133
}
134134
135-
#[doc(hidden)]
136135
struct Chan_<T> {
137136
mut endp: Option<streamp::client::Open<T>>
138137
}

0 commit comments

Comments
 (0)