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 598411c commit 3be83b0Copy full SHA for 3be83b0
src/parser/mod.rs
@@ -364,7 +364,7 @@ trait GetAttributeValue {
364
fn get_item(&mut self, name: &str) -> Option<(xml::StrSpan<'_>, xml::StrSpan<'_>)>;
365
}
366
367
-impl<'a> GetAttributeValue for Attributes<'a> {
+impl GetAttributeValue for Attributes<'_> {
368
fn get_value(&mut self, name: &str) -> Option<xml::StrSpan<'_>> {
369
self.get_item(name).map(|(_, v)| v)
370
0 commit comments