autocommit 2022-02-20 15:31:54 CET
This commit is contained in:
parent
0f2fbcc5e7
commit
26fab1e3e2
10 changed files with 198 additions and 19 deletions
|
|
@ -31,7 +31,7 @@ macro_rules! object_base {
|
|||
) -> Result<(), $ename> {
|
||||
match request {
|
||||
$(
|
||||
$code => slf.$f(parser)?,
|
||||
$code => $oname::$f(&slf, parser)?,
|
||||
)*
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue