rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
264 stars 166 forks source link

Remove .cargo/config #421

Closed josephlr closed 2 months ago

josephlr commented 2 months ago

The .cargo/config.toml file has been supported since Rust 1.39, and is only needed for testing, not for actually building the crate. There's no harm in it being ignored.

This eliminates a warning caused by both .cargo/config.toml and .cargo/config being present.