mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
remove argument from the from_str functions
This commit is contained in:
parent
e44bf59334
commit
26e5ac85d4
6 changed files with 2 additions and 11 deletions
|
@ -96,7 +96,6 @@ mod solve_expr {
|
|||
module_src = &temp;
|
||||
}
|
||||
|
||||
let exposed_types = Default::default();
|
||||
let loaded = {
|
||||
let dir = tempdir()?;
|
||||
let filename = PathBuf::from("Test.roc");
|
||||
|
@ -106,7 +105,6 @@ mod solve_expr {
|
|||
file_path,
|
||||
module_src,
|
||||
dir.path().to_path_buf(),
|
||||
exposed_types,
|
||||
roc_target::TargetInfo::default_x86_64(),
|
||||
roc_reporting::report::RenderTarget::Generic,
|
||||
RocCacheDir::Disallowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue