mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Stop allowing unsafe code around thread_local.
This commit is contained in:
parent
b49eb6f566
commit
8dce3e5c9a
2 changed files with 0 additions and 6 deletions
|
@ -5,9 +5,6 @@
|
|||
//! Supports writing a trace file created during each layout scope
|
||||
//! that can be viewed by an external tool to make layout debugging easier.
|
||||
|
||||
// for thread_local
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
use flow;
|
||||
use flow_ref::FlowRef;
|
||||
use serde_json::{to_string, to_value, Value};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue