ZENOTME commented on code in PR #58:
URL: https://github.com/apache/datasketches-rust/pull/58#discussion_r2656828896


##########
datasketches/src/countmin/sketch.rs:
##########
@@ -54,6 +54,14 @@ impl CountMinSketch {
     ///
     /// Panics if `num_hashes` is 0, `num_buckets` is less than 3, or the
     /// total table size exceeds the supported limit.
+    ///
+    /// # Examples
+    ///
+    /// ```

Review Comment:
   Should we add `rust` here like others?  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to