rust-random / rand

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

Optimize paths #1422

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.

Motivation

Code style.

Details

dhardy commented 3 months ago

Thanks for clearing up some historical mess now that we no longer support an ancient Rust version.

Is this still WIP?

MichaelOwenDyer commented 3 months ago

Was trying to rebase onto the latest changes on master and I think I may have royally screwed up the branch 💀

MichaelOwenDyer commented 3 months ago

Okay, I have no idea how to fix this so I'm going to close this PR and try again 🤞🏽