mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Clean up warnings in script unit tests.
This commit is contained in:
parent
ef233381cc
commit
dc5a50fcd3
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
use msg::constellation_msg::{ALT, CONTROL, SUPER};
|
use msg::constellation_msg::{Key, KeyModifiers, CONTROL};
|
||||||
use msg::constellation_msg::{Key, KeyModifiers};
|
|
||||||
use script::clipboard_provider::DummyClipboardContext;
|
use script::clipboard_provider::DummyClipboardContext;
|
||||||
use script::test::DOMString;
|
use script::test::DOMString;
|
||||||
use script::textinput::{TextInput, TextPoint, Selection, Lines, Direction, SelectionDirection};
|
use script::textinput::{TextInput, TextPoint, Selection, Lines, Direction, SelectionDirection};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue