mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
skeleton for running pretty expects
This commit is contained in:
parent
2fb2ffc80c
commit
68c51782e6
5 changed files with 153 additions and 29 deletions
|
@ -11,7 +11,7 @@ use std::path::PathBuf;
|
|||
|
||||
pub use roc_load_internal::docs;
|
||||
pub use roc_load_internal::file::{
|
||||
LoadResult, LoadStart, LoadedModule, LoadingProblem, MonomorphizedModule, Phase,
|
||||
Expectations, LoadResult, LoadStart, LoadedModule, LoadingProblem, MonomorphizedModule, Phase,
|
||||
};
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue