mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Use ::default over ::empty for RocStr and RocList
This commit is contained in:
parent
91f1589f62
commit
1c09450103
2 changed files with 21 additions and 17 deletions
|
@ -1955,7 +1955,7 @@ fn lists_with_incompatible_type_param_in_if() {
|
|||
""
|
||||
"#
|
||||
),
|
||||
RocStr::empty(),
|
||||
RocStr::default(),
|
||||
RocStr
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue