Merge pull request #399 from brave/update-actions #320
Annotations
2 errors
use of deprecated struct `zipf::ZipfDistribution`: prefer rand_distr::Zipf:
star/test-utils/src/lib.rs#L17
error: use of deprecated struct `zipf::ZipfDistribution`: prefer rand_distr::Zipf
--> star/test-utils/src/lib.rs:17:14
|
17 | let zipf = ZipfDistribution::new(n, s).unwrap();
| ^^^^^^^^^^^^^^^^
|
use of deprecated struct `zipf::ZipfDistribution`: prefer rand_distr::Zipf:
star/test-utils/src/lib.rs#L8
error: use of deprecated struct `zipf::ZipfDistribution`: prefer rand_distr::Zipf
--> star/test-utils/src/lib.rs:8:11
|
8 | use zipf::ZipfDistribution;
| ^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|