Skip to content

Commit 0acd449

Browse files
committed
remove macro that we no longer need
1 parent 9263ec2 commit 0acd449

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/_macros.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,6 @@ macro_rules! table_row_access {
5353
};
5454
}
5555

56-
macro_rules! iterator_for_nodeiterator {
57-
($ty: ty) => {
58-
impl Iterator for $ty {
59-
type Item = $crate::NodeId;
60-
fn next(&mut self) -> Option<Self::Item> {
61-
self.next_node();
62-
self.current_node()
63-
}
64-
}
65-
};
66-
}
67-
6856
/// Convenience macro to handle implementing
6957
/// [`crate::metadata::MetadataRoundtrip`]
7058
#[macro_export]

0 commit comments

Comments
 (0)