mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'trunk' into i/2878
This commit is contained in:
commit
5188f8f7df
39 changed files with 1381 additions and 861 deletions
|
@ -711,7 +711,7 @@ impl<'a, T> Collection<'a, T> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn with_items(items: &'a [T]) -> Collection<'a, T> {
|
||||
pub const fn with_items(items: &'a [T]) -> Collection<'a, T> {
|
||||
Collection {
|
||||
items,
|
||||
final_comments: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue