mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Move thread_state to style.
This commit is contained in:
parent
32a0493cde
commit
307d1ced3c
14 changed files with 14 additions and 14 deletions
|
@ -35,7 +35,6 @@ pub mod prefs;
|
|||
#[cfg(feature = "servo")] pub mod remutex;
|
||||
pub mod resource_files;
|
||||
pub mod thread;
|
||||
pub mod thread_state;
|
||||
|
||||
pub fn servo_version() -> &'static str {
|
||||
concat!("Servo ", env!("CARGO_PKG_VERSION"), env!("GIT_INFO"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue