Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/perry-codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub mod block;
pub(crate) mod boxed_vars;
pub mod codegen;
pub(crate) mod collectors;
pub(crate) mod concat_site_cache;
#[cfg(feature = "llvm-inprocess")]
pub(crate) mod dialect;
pub(crate) mod eh_mode;
Expand All @@ -25,7 +26,6 @@ pub(crate) mod lower_array_method;
pub(crate) mod lower_call;
pub(crate) mod lower_conditional;
pub(crate) mod lower_string_concat;
pub(crate) mod concat_site_cache;
pub(crate) mod lower_string_method;
pub mod module;
pub mod nanbox;
Expand Down
Loading