Auto merge of #9192 - mbrubeck:unused-encoding, r=pcwalton

Remove unused import in script

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9192)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-09 13:42:18 +05:30
commit 1819b6ea82

View file

@ -25,7 +25,6 @@ use dom::processinginstruction::ProcessingInstruction;
use dom::servohtmlparser;
use dom::servohtmlparser::{FragmentContext, ServoHTMLParser};
use dom::text::Text;
use encoding::types::Encoding;
use html5ever::Attribute;
use html5ever::serialize::TraversalScope;
use html5ever::serialize::TraversalScope::{ChildrenOnly, IncludeNode};