mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Reduce leaf send call actions
This commit is contained in:
@@ -130,7 +130,7 @@ pub struct HookConflict;
|
||||
/// }).unwrap();
|
||||
/// assert_eq!(hooks.pending_len(), 1);
|
||||
/// ```
|
||||
#[derive(Debug, Default)]
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct HookTable {
|
||||
pending: BTreeMap<HookKey, PendingHook>,
|
||||
active: BTreeMap<HookKey, ActiveHook>,
|
||||
|
||||
Reference in New Issue
Block a user