Commit b1542c7
committed
Simplify the code, using
It used `as_encoded_bytes` before, which required more other steps.
Both functions require Rust 1.74, so the MSRVC for `gix-command`,
whih is 1.70, will not support them. That remains to be resolved.into_encoded_bytes
1 parent bb36266 commit b1542c7
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
576 | 575 | | |
577 | 576 | | |
578 | 577 | | |
| |||
0 commit comments