diff --git a/ethers-solc/src/artifacts/ast/mod.rs b/ethers-solc/src/artifacts/ast/mod.rs index 928bd002..e2f7382f 100644 --- a/ethers-solc/src/artifacts/ast/mod.rs +++ b/ethers-solc/src/artifacts/ast/mod.rs @@ -19,7 +19,7 @@ pub mod visitor; /// A low fidelity representation of the AST. pub(crate) mod lowfidelity; -pub use lowfidelity::Ast; +pub use lowfidelity::{Ast, Node, NodeType}; /// Types for the Yul AST. ///