mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Unwrap pointers and miscellany for unrooted_must_root check
This commit is contained in:
parent
bded5c3703
commit
d241826987
3 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,7 @@ use dom::text::Text;
|
|||
use servo_util::atom::Atom;
|
||||
use servo_util::namespace;
|
||||
|
||||
#[allow(unrooted_must_root)]
|
||||
pub fn serialize(iterator: &mut NodeIterator) -> String {
|
||||
let mut html = String::new();
|
||||
let mut open_elements: Vec<String> = vec!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue