Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Sep 24, 2023
1 parent db5c3b5 commit 2dc5089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adana_script/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ fn compute_recur(
.get(name)
.cloned()
.context(format!("ref {name} not found in context!"))?;
let v = v;
let lock = v.read().map_err(|e| {
anyhow::format_err!("variable ref err: {e}")
})?;
Expand Down

0 comments on commit 2dc5089

Please sign in to comment.