Hide variants of c_void from docs
This commit is contained in:
parent
e3b6f83c18
commit
9f2b1010c4
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user