mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Split out work.rs into its own crate
This commit is contained in:
parent
41ea2bfbc7
commit
4042fd8d52
8 changed files with 78 additions and 4 deletions
3
crates/compiler/work/src/lib.rs
Normal file
3
crates/compiler/work/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod work;
|
||||
|
||||
pub use work::*;
|
Loading…
Add table
Add a link
Reference in a new issue