diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-17 01:35:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-17 01:35:00 +0800 |
| commit | 4c191b2b46a67a0dda6e9a867b40f45156af4f9c (patch) | |
| tree | f560f65169dc41aad9a0e27c5f7a969ab1f1d8c1 /mingling_core/src/program/exec.rs | |
| parent | 3ff0404be20633d8546758adc05b5075c3227019 (diff) | |
refactor!: rename dispatch_args_trie to dispatch_args
Diffstat (limited to 'mingling_core/src/program/exec.rs')
| -rw-r--r-- | mingling_core/src/program/exec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/program/exec.rs b/mingling_core/src/program/exec.rs index b0a5b16..3ad5ba8 100644 --- a/mingling_core/src/program/exec.rs +++ b/mingling_core/src/program/exec.rs @@ -62,7 +62,7 @@ where let mut current = if cfg!(not(feature = "dispatch_tree")) { dispatch_args_dynamic(program, args)? } else { - C::dispatch_args_trie(args)? + C::dispatch_args(args)? }; // Run hook |
