mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -4,9 +4,6 @@
|
|||
|
||||
//! Data needed by the layout thread.
|
||||
|
||||
// for thread_local
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
use fnv::FnvHasher;
|
||||
use gfx::display_list::WebRenderImageInfo;
|
||||
use gfx::font_cache_thread::FontCacheThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue