allow no_data return value

This commit is contained in:
Folkert 2023-04-30 15:31:10 +02:00
parent 2e7f53fe4a
commit 9f8077c3a3
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 5 additions and 3 deletions

View file

@ -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);
}