mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Have file.rs use the new roc_worker
crate
This commit is contained in:
parent
4042fd8d52
commit
d1a002f49e
6 changed files with 275 additions and 333 deletions
3
crates/compiler/worker/src/lib.rs
Normal file
3
crates/compiler/worker/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod worker;
|
||||
|
||||
pub use worker::*;
|
Loading…
Add table
Add a link
Reference in a new issue