Commit c611594
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]>1 parent 3685047 commit c611594
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
| 1059 | + | |
1063 | 1060 | | |
1064 | 1061 | | |
1065 | 1062 | | |
| |||
0 commit comments