modified radicle-node/src/runtime/handle.rs
@@ -114,7 +114,7 @@ impl Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -126,6 +126,8 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -149,6 +151,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -466,6 +469,9 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1547,6 +1553,8 @@ pub enum DisconnectReason {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1564,6 +1572,7 @@ impl DisconnectReason {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1575,6 +1584,7 @@ impl fmt::Display for DisconnectReason {
|
|
|
|
|
|
| + | |
|
|
|
|
|