Skip to content

Commit

Permalink
fix public leak (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian1108 committed Nov 28, 2023
1 parent e89c26b commit 4fe3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sol-macro/src/expand/mod.rs
Expand Up @@ -46,7 +46,7 @@ pub fn expand(ast: File) -> Result<TokenStream> {
}

/// The expansion context.
struct ExpCtxt<'ast> {
pub struct ExpCtxt<'ast> {
all_items: Vec<&'ast Item>,
custom_types: IndexMap<SolIdent, Type>,

Expand Down

0 comments on commit 4fe3839

Please sign in to comment.