remove argument from load_and_typecheck

This commit is contained in:
Folkert 2022-12-24 14:37:48 +01:00
parent d6c32ded7d
commit 92da3973e7
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 7 additions and 26 deletions

View file

@ -409,7 +409,6 @@ pub fn load_module_for_docs(filename: PathBuf) -> LoadedModule {
match roc_load::load_and_typecheck(
&arena,
filename,
Default::default(),
RocCacheDir::Persistent(cache::roc_cache_dir().as_path()),
load_config,
) {