Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .cargo/config #421

Merged
merged 1 commit into from May 6, 2024
Merged

Remove .cargo/config #421

merged 1 commit into from May 6, 2024

Conversation

josephlr
Copy link
Member

@josephlr josephlr commented May 6, 2024

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.

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.

Signed-off-by: Joe Richey <joerichey@google.com>
@josephlr josephlr requested a review from newpavlov May 6, 2024 11:55
@josephlr josephlr merged commit a24538f into rust-random:master May 6, 2024
51 checks passed
@josephlr josephlr deleted the config branch May 6, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants