mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
make Effects Send
This commit is contained in:
parent
42367d37ad
commit
42bb5fc8fd
2 changed files with 3 additions and 2 deletions
|
@ -513,7 +513,7 @@ fn effects<'a>() -> impl Parser<'a, Effects<'a>> {
|
|||
spaces_after_type_name,
|
||||
type_shortname,
|
||||
type_name,
|
||||
entries,
|
||||
entries: entries.into_bump_slice(),
|
||||
},
|
||||
state,
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue