We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd34c commit 2de13f4Copy full SHA for 2de13f4
zjit/src/hir.rs
@@ -890,8 +890,7 @@ impl<'a> std::fmt::Display for InsnPrinter<'a> {
890
Ok(())
891
}
892
Insn::ArrayArefFixnum { array, index, .. } => {
893
- write!(f, "ArrayArefFixnum {array}, {index}")?;
894
- Ok(())
+ write!(f, "ArrayArefFixnum {array}, {index}")
895
896
Insn::NewHash { elements, .. } => {
897
write!(f, "NewHash")?;
0 commit comments