Skip to content

Merge pull request #399 from brave/update-actions #320

Merge pull request #399 from brave/update-actions

Merge pull request #399 from brave/update-actions #320

Triggered via push March 13, 2025 21:30
Status Success
Total duration 2m 23s
Artifacts

nostd.yml

on: push
Matrix: test-nofeatures
Fit to window
Zoom out
Zoom in

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)]`