fix(interface-types) Fix visibility of various symbols.

This commit is contained in:
Ivan Enderlin
2019-09-13 14:26:49 +02:00
parent 10322a880b
commit b38418fcc3
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ impl TryFrom<u64> for InterfaceType {
}
#[derive(PartialEq, Debug)]
pub enum AdapterKind {
pub(crate) enum AdapterKind {
Import,
Export,
HelperFunction,