Skip to content

Commit dbfd0d4

Browse files
committed
Fix "not all variants covered" error
1 parent dfa5e12 commit dbfd0d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/src/pyobject.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,7 @@ impl fmt::Debug for PyObjectPayload {
12871287
PyObjectPayload::RustFunction { .. } => write!(f, "rust function"),
12881288
PyObjectPayload::Frame { .. } => write!(f, "frame"),
12891289
PyObjectPayload::Socket { .. } => write!(f, "socket"),
1290+
PyObjectPayload::AnyRustValue { .. } => write!(f, "some rust value"),
12901291
}
12911292
}
12921293
}

0 commit comments

Comments
 (0)