Hide variants of c_void from docs

This commit is contained in:
Alex Crichton 2015-09-16 23:32:21 -07:00
parent e3b6f83c18
commit 9f2b1010c4

View File

@ -14,7 +14,10 @@
#[repr(u8)]
pub enum c_void {
// Two dummy variants so the #[repr] attribute can be used
#[doc(hidden)]
__variant1,
#[doc(hidden)]
__variant2,
}