Skip to content

Commit 84bca40

Browse files
skip deprecation
1 parent a4cd5ad commit 84bca40

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

iroh/src/node.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ struct NodeInner {
114114
client: crate::client::Iroh,
115115
}
116116

117-
/// In memory node.
118-
#[deprecated]
119-
pub type MemNode = Node;
120-
121-
/// Persistent node.
122-
#[deprecated]
123-
pub type FsNode = Node;
124-
125117
impl Node {
126118
/// Returns a new builder for the [`Node`], by default configured to run in memory.
127119
///

0 commit comments

Comments
 (0)