Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 25, 2024
1 parent 871f180 commit 6ee446b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 280 deletions.
277 changes: 0 additions & 277 deletions iroh-cli/src/commands/#start.rs#

This file was deleted.

1 change: 0 additions & 1 deletion iroh-net/src/relay/client_conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use anyhow::{Context, Result};
use bytes::Bytes;
use futures_lite::StreamExt;
use futures_util::SinkExt;
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::mpsc;
use tokio_util::codec::Framed;
use tokio_util::sync::CancellationToken;
Expand Down
2 changes: 1 addition & 1 deletion iroh-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ test-strategy = "0.3.1"

[features]
default = ["net", "metrics"]
net = ["dep:iroh-net", "tokio/io-util", "dep:tokio-stream", "dep:tokio-util", "dep:quinn", "dep:futures-lite"]
net = ["dep:iroh-net", "tokio/io-util", "dep:tokio-stream", "dep:tokio-util", "dep:quinn", "dep:futures-util"]
metrics = ["dep:iroh-metrics"]
2 changes: 1 addition & 1 deletion iroh/src/node/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl<D: BaoStore> Handler<D> {
})
.await
}
DocSubscribe(msg) => {
DocSubscribe(_msg) => {
todo!()
/*chan.server_streaming(msg, handler, |handler, req| {
handler.inner.sync.doc_subscribe(req)
Expand Down

0 comments on commit 6ee446b

Please sign in to comment.