mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove watcher threads; replace with more panic handler goodness
This commit is contained in:
parent
d9ffefe562
commit
f02fd6330f
5 changed files with 116 additions and 54 deletions
|
@ -6,6 +6,7 @@
|
|||
#![feature(core_intrinsics)]
|
||||
#![feature(custom_derive)]
|
||||
#![cfg_attr(feature = "non-geckolib", feature(decode_utf16))]
|
||||
#![feature(fnbox)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(plugin)]
|
||||
#![feature(panic_handler)]
|
||||
|
@ -53,6 +54,7 @@ pub mod linked_list;
|
|||
pub mod non_geckolib;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod opts;
|
||||
pub mod panicking;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod prefs;
|
||||
pub mod print_tree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue