Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 21, 2025
1 parent ca96b9f commit b9c5651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/src/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ impl<const N: usize> PrimitiveSet for DynamicPrimitiveSet<'_, N> {

for _ in 0..function.arity() {
let value = memory.pop();
// TODO Convert Scheme values into Rust values automatically?
let value = self.values
[memory.car(value.assume_cons()).assume_number().to_i64() as usize]
.as_ref()
Expand Down

0 comments on commit b9c5651

Please sign in to comment.