Skip to content

Commit

Permalink
silence dead code warning in ks/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lieser committed Nov 15, 2024
1 parent 97bbad5 commit 1e7ee9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distr_test/tests/ks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// by Taylor B. Arnold and John W. Emerson
// http://www.stat.yale.edu/~jay/EmersonMaterials/DiscreteGOF.pdf

#![allow(dead_code)]

use num_traits::AsPrimitive;
use rand::SeedableRng;
use rand_distr::Distribution;
Expand Down

0 comments on commit 1e7ee9d

Please sign in to comment.