We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c8736 commit e02cb34Copy full SHA for e02cb34
native/html5ever_nif/src/flat_dom.rs
@@ -233,7 +233,7 @@ impl TreeSink for FlatSink {
233
fn same_node(&self, x: &Self::Handle, y: &Self::Handle) -> bool {
234
x == y
235
}
236
- fn elem_name(&self, target: &Self::Handle) -> ExpandedName {
+ fn elem_name(&self, target: &Self::Handle) -> ExpandedName<'_> {
237
let node = self.node(*target);
238
match node.data {
239
NodeData::Element { ref name, .. } => name.expanded(),
0 commit comments