mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove some into_owned calls.
This commit is contained in:
parent
9f915e9e42
commit
924031135e
4 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ pub fn serialize(iterator: &mut NodeIterator) -> String {
|
|||
html.push_str(open_elements.pop().unwrap().as_slice());
|
||||
html.push_str(">");
|
||||
}
|
||||
html.into_owned()
|
||||
html
|
||||
}
|
||||
|
||||
fn serialize_comment(comment: &JSRef<Comment>, html: &mut String) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue