Skip to content

Commit

Permalink
Token set is no longer off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jul 30, 2024
1 parent f79d955 commit 4718c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/py.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl LLInterpreter {
.expect("expecting unconditional splice or mask");
let mut res = vec![0u8; m.len()];
m.iter_set_entries(|i| res[i] = 200);
res.pop();
Some(Cow::Owned(res))
};

Expand Down

0 comments on commit 4718c2e

Please sign in to comment.