Commit 48b7e4f
committed
(MAINT) Use
Prior to this change, the `exe_exists()` test for the `tryWhich()`
configuration function looked for `dsc`, which may not exist when
the project has not successfully built yet.
This change uses `cargo` instead, which is guaranteed to be available
when this test is executed.cargo for tryWhich() test1 parent c4e2b6e commit 48b7e4f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments