core: Remove a stray #[doc(hidden)] attribute

This commit is contained in:
Brian Anderson 2013-04-16 19:47:05 -07:00
parent 056164ac19
commit 4e22461cd8

View file

@ -132,7 +132,6 @@ pub mod streamp {
}
}
#[doc(hidden)]
struct Chan_<T> {
mut endp: Option<streamp::client::Open<T>>
}