mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
remove argument from load_and_typecheck
This commit is contained in:
parent
d6c32ded7d
commit
92da3973e7
6 changed files with 7 additions and 26 deletions
|
@ -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,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue