Skip to content

Commit 6a62c80

Browse files
refactor(iroh)!: remove dialer::Dialer (#3022)
## Description Too specific of an API, the uses have been inlined in - n0-computer/iroh-gossip#21 - n0-computer/iroh-blobs#34 ## Breaking Changes - removed `iroh::dialer::Dialer` and `iroh::dialer` ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 095fcc7 commit 6a62c80

File tree

2 files changed

+0
-129
lines changed

2 files changed

+0
-129
lines changed

iroh/src/dialer.rs

Lines changed: 0 additions & 128 deletions
This file was deleted.

iroh/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@
234234
#![cfg_attr(iroh_docsrs, feature(doc_cfg))]
235235

236236
pub mod defaults;
237-
pub mod dialer;
238237
mod disco;
239238
pub mod discovery;
240239
pub mod dns;

0 commit comments

Comments
 (0)