mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
cargo: Rename workspace-local library starting with c to servo_* (#43622)
- canvas - constellation_traits - canvas_traits - constellation Testing: This should not change any behaviour. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
use std::borrow::ToOwned;
|
||||
use std::cell::Cell;
|
||||
|
||||
use constellation_traits::{LoadData, LoadOrigin, NavigationHistoryBehavior};
|
||||
use content_security_policy::sandboxing_directive::SandboxingFlagSet;
|
||||
use dom_struct::dom_struct;
|
||||
use encoding_rs::{Encoding, UTF_8};
|
||||
@@ -20,6 +19,7 @@ use net_traits::request::Referrer;
|
||||
use rand::random;
|
||||
use rustc_hash::FxBuildHasher;
|
||||
use script_bindings::match_domstring_ascii;
|
||||
use servo_constellation_traits::{LoadData, LoadOrigin, NavigationHistoryBehavior};
|
||||
use style::attr::AttrValue;
|
||||
use style::str::split_html_space_chars;
|
||||
use stylo_atoms::Atom;
|
||||
|
||||
Reference in New Issue
Block a user