mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
move depencency tracking out of file.rs
This commit is contained in:
parent
91483dbf55
commit
154d55985b
3 changed files with 302 additions and 276 deletions
|
@ -3,6 +3,7 @@
|
|||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod docs;
|
||||
pub mod file;
|
||||
mod work;
|
||||
|
||||
#[cfg(target_family = "wasm")]
|
||||
mod wasm_system_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue