rust-random / rand

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

Optimize imports #1430

Closed MichaelOwenDyer closed 3 months ago

MichaelOwenDyer commented 3 months ago

Summary

This PR fixes some instances of redundant or deprecated path prefixes in the codebase. This is a new PR after I screwed up the git history of #1422, sorry about that.

Motivation

Code style.

Details