Skip to content

Commit 35af422

Browse files
committed
fix del_trampoline
1 parent fda53c3 commit 35af422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/interfaces.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from .core import (
77
type_id,
88
to_vtable,
99
trampoline,
10-
del_trampoline
10+
del_trampoline,
1111
)
1212

1313

0 commit comments

Comments
 (0)