about summary refs log tree commit diff
path: root/src/libgreen/sched.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgreen/sched.rs')
-rw-r--r--src/libgreen/sched.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgreen/sched.rs b/src/libgreen/sched.rs
index 6dc6ccb7901..e410d2719b1 100644
--- a/src/libgreen/sched.rs
+++ b/src/libgreen/sched.rs
@@ -105,7 +105,7 @@ pub struct Scheduler {
 
 /// An indication of how hard to work on a given operation, the difference
 /// mainly being whether memory is synchronized or not
-#[deriving(Eq)]
+#[deriving(PartialEq)]
 enum EffortLevel {
     DontTryTooHard,
     GiveItYourBest