Skip to content

Commit 8431b9d

Browse files
committed
type alias without pub
1 parent 863f840 commit 8431b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ffi/primitives.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ macro_rules! type_alias {
1010
} => {
1111
#[doc = include_str!($Docfile)]
1212
$( $Cfg )*
13-
pub type $Alias = $Real;
13+
type $Alias = $Real;
1414
}
1515
}
1616

0 commit comments

Comments
 (0)