Extract LayoutIds from roc_gen to roc_mono::layout

This commit is contained in:
Brendan Hansknecht 2020-11-14 17:48:04 -08:00
parent d93e63bbd0
commit 2204ee82d5
8 changed files with 57 additions and 63 deletions

View file

@ -11,7 +11,6 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod layout_id;
pub mod llvm;
pub mod run_roc;