]> git.lizzy.rs Git - rust.git/blobdiff - src/libtest/stats.rs
Clean some error codes diagnostics
[rust.git] / src / libtest / stats.rs
index 6577ec8ad2391923dd918e45a294cedfa1346735..aab8d012fdf687f584f586cf0ff2d833c921393e 100644 (file)
@@ -115,7 +115,7 @@ pub trait Stats {
 }
 
 /// Extracted collection of all the summary statistics of a sample set.
-#[derive(Clone, PartialEq, Copy)]
+#[derive(Debug, Clone, PartialEq, Copy)]
 #[allow(missing_docs)]
 pub struct Summary {
     pub sum: f64,