diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-01 15:43:58 -0500 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-01 15:43:58 -0500 |
commit | 0594d58bc8e074facacb26b6d8d3fab2083771d0 (patch) | |
tree | 9e81c92c914a57c1598379f0bfc6ac1b0b40b677 /components/script/script_thread.rs | |
parent | 862ebee6e6e1e5f64df00b732b41a8f7f5a5ad6c (diff) | |
parent | 46ea78e9601f1ac0b84ec323c7f26e13c24aca43 (diff) | |
download | servo-0594d58bc8e074facacb26b6d8d3fab2083771d0.tar.gz servo-0594d58bc8e074facacb26b6d8d3fab2083771d0.zip |
Auto merge of #11538 - Ms2ger:warnings, r=emilio
Fix some build warnings.
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because refactoring
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11538)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index f0bf7a6e4ba..8e358156e88 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -88,7 +88,6 @@ use std::borrow::ToOwned; use std::cell::{Cell, RefCell}; use std::collections::HashSet; use std::option::Option; -use std::ptr; use std::rc::Rc; use std::result::Result; use std::sync::atomic::{Ordering, AtomicBool}; |