Skip to content

Commit ee6e78e

Browse files
authored
Update definitions.py
I think commit 05cef2e changed the Handle class to HandleElem but not all references were updated. I noticed that even with this change, the CI still passed. Is there enough code coverage to ensure this would have been caught?
1 parent 0b5888f commit ee6e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/canonical-abi/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def num_i32_flags(labels):
279279
class CallContext:
280280
opts: CanonicalOptions
281281
inst: ComponentInstance
282-
lenders: [Handle]
282+
lenders: [HandleElem]
283283
borrow_count: int
284284

285285
def __init__(self, opts, inst):

0 commit comments

Comments
 (0)