mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -37,6 +37,9 @@ use crate::dom::textcontrol::{TextControlElement, TextControlSelection};
|
|||
use crate::dom::validation::Validatable;
|
||||
use crate::dom::validitystate::ValidationFlags;
|
||||
use crate::dom::virtualmethods::VirtualMethods;
|
||||
use crate::textinput::{Direction, SelectionDirection, TextInput};
|
||||
use crate::textinput::KeyReaction::{DispatchInput, Nothing, RedrawSelection, TriggerDefaultAction};
|
||||
use crate::textinput::Lines::Single;
|
||||
use dom_struct::dom_struct;
|
||||
use embedder_traits::FilterPattern;
|
||||
use html5ever::{LocalName, Prefix};
|
||||
|
@ -55,9 +58,6 @@ use std::ops::Range;
|
|||
use style::attr::AttrValue;
|
||||
use style::element_state::ElementState;
|
||||
use style::str::split_commas;
|
||||
use crate::textinput::{Direction, SelectionDirection, TextInput};
|
||||
use crate::textinput::KeyReaction::{DispatchInput, Nothing, RedrawSelection, TriggerDefaultAction};
|
||||
use crate::textinput::Lines::Single;
|
||||
|
||||
const DEFAULT_SUBMIT_VALUE: &'static str = "Submit";
|
||||
const DEFAULT_RESET_VALUE: &'static str = "Reset";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue