Commit fb0b6d8
committed
Make
The `gix_path::env::git::EXE_NAME` static item, while more visible
than `NULL_DEVICE`, was crate-internal via `pub(super)`. So making
it a `const` instead, as done here, is not a breaking nor otherwise
user-facing change.EXE_NAME a const too1 parent 9917d47 commit fb0b6d8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments