arrayvec icon indicating copy to clipboard operation
arrayvec copied to clipboard

Fix stacked borrows violations

Open clubby789 opened this issue 1 year ago • 0 comments

Use offsets from a single pointer instead of multiple pointers into an array. Also removed an integer-pointer cast which can cause issues with Miri

clubby789 avatar Sep 06 '22 16:09 clubby789