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 f3b2639 commit acf2076Copy full SHA for acf2076
html5ever/examples/noop-tree-builder.rs
@@ -63,7 +63,7 @@ impl TreeSink for Sink {
63
x == y
64
}
65
66
- fn elem_name(&self, target: &usize) -> ExpandedName {
+ fn elem_name(&self, target: &usize) -> ExpandedName<'_> {
67
self.names
68
.borrow()
69
.get(target)
0 commit comments