re-export InliningAddresses

This commit is contained in:
AF 2023-06-28 17:24:11 +00:00
parent 8ad50fa9b1
commit 9db2609402

View File

@ -20,7 +20,7 @@ use std::{error::Error, rc::Rc};
use crate::func::context::*; use crate::func::context::*;
use crate::func::*; use crate::func::*;
pub use self::addresses::Addresses; pub use self::addresses::{Addresses, InliningAddresses};
pub use self::context::Context; pub use self::context::Context;
pub use self::diagnostic::Diagnostic; pub use self::diagnostic::Diagnostic;
pub use self::hashing::{Hash, HASH_SIZE, HASH_ZEROS}; pub use self::hashing::{Hash, HASH_SIZE, HASH_ZEROS};