Skip to content

Commit f403636

Browse files
committed
feat: remove node_type method in Node struct
1 parent 72bb139 commit f403636

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crates/core/src/node.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ impl Node {
104104
}
105105
}
106106

107-
#[allow(deprecated)]
108-
pub fn node_type(mut self, ty: impl Into<String>) -> Self {
109-
self.node_type = ty.into();
110-
self
111-
}
112-
113107
#[allow(deprecated)]
114108
pub fn id(&self) -> NodeId {
115109
self.id

0 commit comments

Comments
 (0)