Skip to content

Commit 84385db

Browse files
author
“ramfox”
committed
clippy
1 parent 5dcf5c5 commit 84385db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dumbpipe-web/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-automerge/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async fn main() -> Result<()> {
3535
.await?;
3636
let iroh = Router::builder(endpoint)
3737
.accept(
38-
IrohAutomergeProtocol::ALPN.to_vec(),
38+
IrohAutomergeProtocol::ALPN,
3939
Arc::clone(&automerge) as Arc<dyn ProtocolHandler>,
4040
)
4141
.spawn()

0 commit comments

Comments
 (0)