We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f840 commit 8431b9dCopy full SHA for 8431b9d
library/core/src/ffi/primitives.rs
@@ -10,7 +10,7 @@ macro_rules! type_alias {
10
} => {
11
#[doc = include_str!($Docfile)]
12
$( $Cfg )*
13
- pub type $Alias = $Real;
+ type $Alias = $Real;
14
}
15
16
0 commit comments