mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
cargo fix --edition
This commit is contained in:
parent
e1fcffb336
commit
a15d33a10e
197 changed files with 1414 additions and 1380 deletions
|
@ -23,13 +23,13 @@
|
|||
#![deny(missing_docs)]
|
||||
|
||||
use arrayvec::ArrayVec;
|
||||
use context::{StyleContext, ThreadLocalStyleContext};
|
||||
use dom::{OpaqueNode, SendNode, TElement};
|
||||
use crate::context::{StyleContext, ThreadLocalStyleContext};
|
||||
use crate::dom::{OpaqueNode, SendNode, TElement};
|
||||
use crate::scoped_tls::ScopedTLS;
|
||||
use crate::traversal::{DomTraversal, PerLevelTraversalData};
|
||||
use itertools::Itertools;
|
||||
use rayon;
|
||||
use scoped_tls::ScopedTLS;
|
||||
use smallvec::SmallVec;
|
||||
use traversal::{DomTraversal, PerLevelTraversalData};
|
||||
|
||||
/// The minimum stack size for a thread in the styling pool, in kilobytes.
|
||||
pub const STYLE_THREAD_STACK_SIZE_KB: usize = 256;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue