REVIEW: use method instead of `TryFrom`
1 failed
(1 total)
View logs
modified crates/radicle-node/src/worker.rs
@@ -176,7 +176,7 @@ impl Worker {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/worker/upload_pack.rs
@@ -255,6 +255,12 @@ pub struct GitRequest {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -293,11 +299,3 @@ impl GitRequest {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |