mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Move alias analysis to its own crate instead of roc_mono
Shrinks roc_repl_wasm by 400kB (~8%)
This commit is contained in:
parent
485cbb4bd1
commit
f2adf71873
7 changed files with 39 additions and 17 deletions
|
@ -2,7 +2,6 @@
|
|||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
|
||||
|
||||
pub mod alias_analysis;
|
||||
pub mod borrow;
|
||||
pub mod code_gen_help;
|
||||
pub mod inc_dec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue