Skip to content

Commit d149012

Browse files
tideofwordsax0
andauthored
clean up more match statement
Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
1 parent 13872f1 commit d149012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backends/plonky2/mock_main/statement.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ impl TryFrom<Statement> for middleware::Statement {
9898
.collect();
9999
S::Custom(cpr, aks)
100100
}
101-
(Predicate::BatchSelf(bs), _, _) => {
102-
unreachable!();
101+
Predicate::BatchSelf(_) => {
102+
unreachable!()
103103
}
104104
})
105105
}

0 commit comments

Comments
 (0)