diff --git a/ethers-solc/src/artifacts/ast/mod.rs b/ethers-solc/src/artifacts/ast/mod.rs index e2f7382f..82e01a2b 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, Node, NodeType}; +pub use lowfidelity::{Ast, Node, NodeType, SourceLocation as LowFidelitySourceLocation}; /// Types for the Yul AST. ///