Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant unsafe in test (#12914)
Unsafe `StructArray::new_unchecked` is a more performant alternative to `StructArray::new`. In test code there is no benefit from using the unsafe code path.
- Loading branch information