diff options
Diffstat (limited to 'src/libtest/stats.rs')
| -rw-r--r-- | src/libtest/stats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/stats.rs b/src/libtest/stats.rs index 77b1eae0a56..16a96d9f606 100644 --- a/src/libtest/stats.rs +++ b/src/libtest/stats.rs @@ -126,7 +126,7 @@ pub trait Stats <T: FloatMath + FromPrimitive>{ } /// Extracted collection of all the summary statistics of a sample set. -#[deriving(Clone, Eq)] +#[deriving(Clone, PartialEq)] #[allow(missing_doc)] pub struct Summary<T> { pub sum: T, |
