mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Fix unused import warnings.
This commit is contained in:
parent
2d3a4d7e1d
commit
c9470d5dda
3 changed files with 1 additions and 3 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue