Skip to content

Commit

Permalink
chore(iroh)!: remove deprecated type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Jul 5, 2024
1 parent 1dcb48c commit 60705b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions iroh/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@ pub use crate::rpc_protocol::RpcService;

mod quic;

#[deprecated]
pub use self::docs::Doc as MemDoc;
#[deprecated]
pub use self::docs::Doc as QuicDoc;
pub use self::docs::Doc;
pub use self::node::NodeStatus;
#[deprecated]
pub use self::Iroh as MemIroh;
#[deprecated]
pub use self::Iroh as QuicIroh;

pub(crate) use self::quic::{connect_raw as quic_connect_raw, RPC_ALPN};

Expand Down
2 changes: 1 addition & 1 deletion iroh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(missing_docs, rustdoc::broken_intra_doc_links)]

/// re-export the iroh crates
// re-export the iroh crates
#[doc(inline)]
pub use iroh_base as base;
#[doc(inline)]
Expand Down

0 comments on commit 60705b2

Please sign in to comment.