Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary pub(crate) visibility specifier
The slice_from_array function declared inside ProgramMut::test_run() is, well, private to the function. Hence, it makes little sense to slab on a visibility specifier. Remove it. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information