Skip to content

Commit

Permalink
ASdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nilehmann committed Dec 6, 2024
1 parent 66ee036 commit e9908a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/flux-infer/src/refine_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl RefineTree {
}

pub fn simplify(&mut self, defns: &SpecFuncDefns) {
self.root.borrow_mut().simplify(defns)
self.root.borrow_mut().simplify(defns);
}

pub fn into_fixpoint(self, cx: &mut FixpointCtxt<Tag>) -> QueryResult<fixpoint::Constraint> {
Expand Down
4 changes: 2 additions & 2 deletions crates/flux-refineck/src/invariants.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use flux_common::{cache::QueryCache, iter::IterExt, result::ResultExt};
use flux_common::{iter::IterExt, result::ResultExt};
use flux_errors::ErrorGuaranteed;
use flux_infer::{
fixpoint_encoding::{FixQueryCache, FixpointCtxt, KVarGen},
fixpoint_encoding::{FixQueryCache, KVarGen},
infer::{ConstrReason, Tag},
refine_tree::RefineTree,
};
Expand Down

0 comments on commit e9908a5

Please sign in to comment.