mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
allow no_data return value
This commit is contained in:
parent
2e7f53fe4a
commit
9f8077c3a3
2 changed files with 5 additions and 3 deletions
|
@ -1112,7 +1112,7 @@ impl<
|
|||
}
|
||||
|
||||
/// Specifies a no data exists.
|
||||
pub fn no_data_arg(&mut self, sym: &Symbol) {
|
||||
pub fn no_data(&mut self, sym: &Symbol) {
|
||||
self.symbol_storage_map.insert(*sym, NoData);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue