aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/task_state.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-06-02 15:00:29 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-06-02 20:12:14 +0530
commitf80f99fe1ea63726006f73b31869d71c2e522d27 (patch)
tree2d2a440126e02a413331bd2d98c0f96434f197b8 /components/util/task_state.rs
parentec79881471bf3e952f40ee7021b561532a9020c6 (diff)
downloadservo-f80f99fe1ea63726006f73b31869d71c2e522d27.tar.gz
servo-f80f99fe1ea63726006f73b31869d71c2e522d27.zip
Move to latest hyper everywhere
Diffstat (limited to 'components/util/task_state.rs')
-rw-r--r--components/util/task_state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/task_state.rs b/components/util/task_state.rs
index b816c56038c..0072fb00fb6 100644
--- a/components/util/task_state.rs
+++ b/components/util/task_state.rs
@@ -11,7 +11,6 @@
pub use self::imp::{initialize, get, enter, exit};
bitflags! {
- #[derive(Debug)]
flags TaskState: u32 {
const SCRIPT = 0x01,
const LAYOUT = 0x02,