tisonkun commented on code in PR #153:
URL: https://github.com/apache/datasketches-rust/pull/153#discussion_r3645253957


##########
datasketches/src/thetacommon/mod.rs:
##########
@@ -20,6 +20,7 @@
 pub(crate) mod binomial_bounds;
 pub(crate) mod constants;
 pub(crate) mod hash_table;
+#[cfg(any(feature = "theta", feature = "tuple"))]

Review Comment:
   This line can be removed as it duplicates what is gated at the `thetacommon` 
module already.



-- 
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