Skip to content

Commit

Permalink
remove warning + rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 9, 2021
1 parent b1555d0 commit fae7d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/rewrites.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ pub fn bubble_reshape_through_cartesian_product() -> RW {
struct ApplierImpl {
left_shape: Var,
right_shape: Var,
};
}
impl Applier<Language, MyAnalysis> for ApplierImpl {
fn apply_one(&self, egraph: &mut EG, eclass: Id, subst: &Subst) -> Vec<Id> {
let left_shape = match &egraph[subst[self.left_shape]].data {
Expand Down

0 comments on commit fae7d84

Please sign in to comment.