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 5743f65 commit 8d72eddCopy full SHA for 8d72edd
hphp/hack/src/hackc/ir/conversions/ir_to_bc/pusher.rs
@@ -69,6 +69,7 @@ pub(crate) fn run(func: Func) -> Func {
69
}
70
71
#[derive(Clone, Debug, Default, Eq, PartialEq)]
72
+#[allow(dead_code)]
73
struct BlockInput {
74
stack: Vec<ValueId>,
75
0 commit comments