Skip to content
Snippets Groups Projects
Commit 9f2b1010 authored by Alex Crichton's avatar Alex Crichton
Browse files

Hide variants of c_void from docs

parent e3b6f83c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment