rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k stars 431 forks source link

Fix redundant import warnings #1405

Closed MichaelOwenDyer closed 8 months ago

MichaelOwenDyer commented 8 months ago

Summary

There are some warnings being thrown in the test (ubuntu-latest, x86_64-unknown-linux-gnu, nightly, minimal_versions) and test-miri GitHub actions due to redundant imports. I thought I would go ahead and remove them.