Skip to content

Commit

Permalink
feat(sol-thir-lowering): make pub
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed May 13, 2024
1 parent 0413c1c commit cc0f5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sol-thir-lowering/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ use sol_thir::{

extern crate salsa_2022 as salsa;

mod check;
mod elaboration;
pub mod check;
pub mod elaboration;

#[salsa::jar(db = ThirLoweringDb)]
pub struct Jar(
Expand Down

0 comments on commit cc0f5de

Please sign in to comment.