Fix unused import warnings.

This commit is contained in:
Ms2ger 2013-09-09 13:11:23 +02:00
parent 2d3a4d7e1d
commit c9470d5dda
3 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,6 @@ use std::cell::Cell;
use std::comm;
use std::str::eq_slice;
use std::ascii::StrAsciiExt;
use std::FromStr;
pub struct Element {
parent: Node<ScriptView>,