events: Remove needless borrow
This commit is contained in:
parent
a4e6081b41
commit
efc95da6fa
@ -345,7 +345,7 @@ impl Node {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
NodeData::Text(ref text) => serializer.write_text(&**text),
|
||||
NodeData::Text(ref text) => serializer.write_text(text),
|
||||
_ => Ok(()),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user