Skip to content

Commit 31a8da9

Browse files
committed
refactor: clean up comments
1 parent f18479a commit 31a8da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CoqOfRust/move_sui/simulations/move_vm_types/values/values_impl.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ Module Impl_IndexedRef.
669669
| _ => Result.Err $ PartialVMError.new StatusCode.UNKNOWN_INVARIANT_VIOLATION_ERROR
670670
end
671671
end.
672-
(* TO BE CHECKED -> If out of bounds -> returns array[0], in Rust, does it Panic? *)
673672

674673
Definition write_ref (self : Self) (x : Value.t) : PartialVMResult.t unit. Admitted.
675674

0 commit comments

Comments
 (0)