Skip to content

Commit de8ae47

Browse files
author
bors-servo
authored
Auto merge of #322 - Lakelezz:warn_log_removal, r=jdm
Removed warn-log `stop_parsing not implemented, full speed ahead!` As mentioned in #219, `stop_parsing` was assumed to be useless. It still triggers in my project, hence considered removing it. Hopefully this PR is okay, despite already being assigned to @nox. I simply encountered it a few days ago and decided to make the move, as this issue seems to be there for a while, I preferred to do it myself than bothering anyone for such a small fix : ) Not sure if `"FIXME: </script> not fully implemented"` can be removed as well, if so, just inform me and I will change that as well!
2 parents a35479c + fa23013 commit de8ae47

File tree

1 file changed

+0
-1
lines changed
  • html5ever/src/tree_builder

1 file changed

+0
-1
lines changed

html5ever/src/tree_builder/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ impl<Handle, Sink> TreeBuilder<Handle, Sink>
574574
}
575575

576576
fn stop_parsing(&mut self) -> ProcessResult<Handle> {
577-
warn!("stop_parsing not implemented, full speed ahead!");
578577
Done
579578
}
580579

0 commit comments

Comments
 (0)