Skip to content

Commit

Permalink
Make KalkError public
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lloyd03 committed Dec 25, 2023
1 parent 0281e92 commit 5ee31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mod analysis;
pub mod ast;
pub mod calculation_result;
mod errors;
pub mod errors;
mod integration_testing;
mod interpreter;
mod inverter;
Expand Down

0 comments on commit 5ee31c5

Please sign in to comment.