skeleton for running pretty expects

This commit is contained in:
Folkert 2022-07-13 14:32:47 +02:00
parent 2fb2ffc80c
commit 68c51782e6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 153 additions and 29 deletions

View file

@ -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)]