mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
make SubsByModule opaque
This commit is contained in:
parent
52c056ad13
commit
c79ecec56e
7 changed files with 32 additions and 22 deletions
|
@ -426,7 +426,7 @@ pub fn load_modules_for_files(filenames: Vec<PathBuf>, std_lib: StdLib) -> Vec<L
|
|||
filename,
|
||||
&std_lib,
|
||||
src_dir.as_path(),
|
||||
MutMap::default(),
|
||||
Default::default(),
|
||||
roc_target::TargetInfo::default_x86_64(), // This is just type-checking for docs, so "target" doesn't matter
|
||||
) {
|
||||
Ok(loaded) => modules.push(loaded),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue