ABI encapsulations; generate leaf code in pub fn's rather than inling them.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -42,6 +42,7 @@ impl Data {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub(super) fn delete_active_request(&self, key: &[u8]) {
|
||||
self.servercurrentevent_data.remove(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user