File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424
2525### Misc Changes
2626
27- - [ #893 ] : Rename ` PrefixIter ` to ` NamespaceBindingsIter ` , ` PrefixIter ` is deprecated .
27+ - [ #893 ] : Rename ` PrefixIter ` to ` NamespaceBindingsIter ` .
2828
2929[ #893 ] : https://github.com/tafia/quick-xml/pull/893
3030
Original file line number Diff line number Diff line change @@ -1085,7 +1085,6 @@ impl<'a> Iterator for NamespaceBindingsIter<'a> {
10851085impl < ' a > FusedIterator for NamespaceBindingsIter < ' a > { }
10861086
10871087/// The previous name for [`NamespaceBindingsIter`].
1088- #[ deprecated = "Use NamespaceBindingsIter instead" ]
10891088pub type PrefixIter < ' a > = NamespaceBindingsIter < ' a > ;
10901089
10911090/// Iterator on the declared namespace bindings on specified level. Returns pairs of the _(prefix, namespace)_.
You can’t perform that action at this time.
0 commit comments