Skip to content

Commit c68f66a

Browse files
committed
[clippy] fix missing doc on pub item
1 parent 4a2556f commit c68f66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/x86/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ mod bmi2;
5050
#[cfg(not(feature = "intel_sde"))]
5151
mod tbm;
5252

53-
#[allow(non_camel_case_types)]
53+
/// `C`'s `void` type.
5454
#[cfg(not(feature = "std"))]
55+
#[allow(non_camel_case_types)]
5556
#[repr(u8)]
5657
pub enum c_void {
5758
#[doc(hidden)] __variant1,

0 commit comments

Comments
 (0)