Skip to content

Commit 402fce3

Browse files
committed
resolve cargo lockfile
1 parent 67541fe commit 402fce3

File tree

2 files changed

+65
-87
lines changed

2 files changed

+65
-87
lines changed

Cargo.lock

Lines changed: 64 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rand_distr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mod tests {
9999

100100
#[allow(unused_imports)]
101101
use rand::{rng, Rng};
102-
use rand_distr::{StandardUniform, StandardNormal, Uniform};
102+
use rand_distr::{StandardNormal, StandardUniform, Uniform};
103103

104104
#[test]
105105
fn test_sample_f16() {

0 commit comments

Comments
 (0)