about summary refs log tree commit diff
path: root/src/libextra/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/stats.rs')
-rw-r--r--src/libextra/stats.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libextra/stats.rs b/src/libextra/stats.rs
index 3e252e30842..40f99716ca7 100644
--- a/src/libextra/stats.rs
+++ b/src/libextra/stats.rs
@@ -105,7 +105,6 @@ pub trait Stats {
 #[deriving(Clone, Eq)]
 #[allow(missing_doc)]
 pub struct Summary {
-  /// all were made privv by reedlepee
     priv sum: f64,
     // public
     min: f64,