Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 4b1858b

Browse files
committed
Whoops, meant ObjectRef and not Object
1 parent 7880364 commit 4b1858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/tvm/src/ir/relay/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl Var {
150150
#[type_key = "relay.Call"]
151151
pub struct CallNode {
152152
pub base: ExprNode,
153-
deleter: Object,
153+
deleter: ObjectRef,
154154
pub op: Expr,
155155
pub args: Array<Expr>,
156156
pub attrs: Attrs,

0 commit comments

Comments
 (0)