Skip to content

Commit acf2076

Browse files
authored
Fix mismatched_lifetime_syntaxes lint (#657)
Signed-off-by: Nico Burns <[email protected]>
1 parent f3b2639 commit acf2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5ever/examples/noop-tree-builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl TreeSink for Sink {
6363
x == y
6464
}
6565

66-
fn elem_name(&self, target: &usize) -> ExpandedName {
66+
fn elem_name(&self, target: &usize) -> ExpandedName<'_> {
6767
self.names
6868
.borrow()
6969
.get(target)

0 commit comments

Comments
 (0)