modified radicle-node/src/control.rs
@@ -79,7 +79,7 @@ fn command<H: Handle<Error = runtime::HandleError>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -187,14 +187,6 @@ fn command<H: Handle<Error = runtime::HandleError>>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -185,23 +185,6 @@ impl<G: Signer + Ecdh + 'static> radicle::node::Handle for Handle<G> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -34,8 +34,8 @@ use crate::service::message::{NodeAnnouncement, RefsAnnouncement};
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -1488,8 +1488,6 @@ where
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -1512,10 +1510,6 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -1,8 +1,6 @@
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -71,10 +69,6 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -19,6 +19,7 @@ use crate::service::reactor::Io;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -194,6 +195,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -563,7 +563,7 @@ fn test_refs_announcement_relay() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -153,8 +153,8 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -175,7 +175,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,7 +190,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -10,7 +10,6 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -139,8 +138,6 @@ pub enum CommandName {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -410,8 +407,6 @@ pub trait Handle {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -570,10 +565,6 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|