Skip to content

Commit

Permalink
Update executor/src/witgen/machines/fixed_lookup_machine.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Georg Wiese <[email protected]>
  • Loading branch information
chriseth and georgwiese authored Jan 10, 2025
1 parent b02894d commit c13dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/src/witgen/machines/fixed_lookup_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl<'a, T: FieldElement> Machine<'a, T> for FixedLookup<'a, T> {
// This means that every call like this will lead to a fatal error, but there is
// enough information in the inputs to hanlde the call. Unfortunately, there is
// no way to signal this in the return type, yet.
// TODO change this.
// TODO(#2324): change this.
// We just return the input range constraints to signal "everything allright".
range_constraints.to_vec()
}
Expand Down

0 comments on commit c13dc10

Please sign in to comment.