Skip to content

Commit

Permalink
chore: drop empty module testing
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Jun 23, 2024
1 parent 2fa1b3a commit 3a7f567
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ pub(crate) fn is_zero(x: f64) -> bool {
ulps_eq!(x, 0.0, max_ulps = 0)
}

// #[cfg(test)]
mod testing;

pub use crate::error::StatsError;

/// Result type for the statrs library package that returns
Expand Down
1 change: 0 additions & 1 deletion src/testing/mod.rs

This file was deleted.

0 comments on commit 3a7f567

Please sign in to comment.