diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-21 05:12:45 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-21 05:12:45 -0600 |
commit | 29a36adbe7d87fb38ba9bef3a718c6c823fb5977 (patch) | |
tree | fa6ead91920d78dc1ab8169304f44b2e4abc2987 /components/script/script_task.rs | |
parent | ec60f29203c75b46d59253c7cbb4005fce7e4ad4 (diff) | |
parent | 3479d3fa7fbbfbcdbc92a93896b4a347338fe103 (diff) | |
download | servo-29a36adbe7d87fb38ba9bef3a718c6c823fb5977.tar.gz servo-29a36adbe7d87fb38ba9bef3a718c6c823fb5977.zip |
auto merge of #5296 : servo/servo/unsafe_code, r=Ms2ger
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 80441a60c9b..6f15836eb5d 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -17,7 +17,7 @@ //! a page runs its course and the script task returns to processing events in the main event //! loop. -#![allow(unsafe_blocks)] +#![allow(unsafe_code)] use dom::bindings::cell::DOMRefCell; use dom::bindings::codegen::Bindings::DocumentBinding::{DocumentMethods, DocumentReadyState}; |