Skip to content

cargo fix: Pass --all-targets to cargo fix by default #5814

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

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Jul 26, 2018

This'll help fix as much code as possible, including tests!

Closes #5739

@rust-highfive
Copy link

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton alexcrichton added this to the Edition Preview 2 milestone Jul 26, 2018
@dwijnand
Copy link
Member

I think you mean fixes #5739.

Are there precedents of irregularity in compile option passing between commands?

@killercup killercup changed the title fix: Pass --all-targets to cargo fix by default cargo fix: Pass --all-targets to cargo fix by default Jul 27, 2018
This'll help fix as much code as possible, including tests!

Closes rust-lang#5739
@alexcrichton
Copy link
Member Author

I think you mean fixes #5739.

Oops, indeed!

Are there precedents of irregularity in compile option passing between commands?

I remembered yesterday that cargo fix works on the whole project, so sort of!

@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 30, 2018

📌 Commit ff8a95e has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 30, 2018

⌛ Testing commit ff8a95e with merge af6e295...

bors added a commit that referenced this pull request Jul 30, 2018
cargo fix: Pass `--all-targets` to `cargo fix` by default

This'll help fix as much code as possible, including tests!

Closes #5739
@bors
Copy link
Contributor

bors commented Jul 30, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing af6e295 to master...

@bors bors merged commit ff8a95e into rust-lang:master Jul 30, 2018
@alexcrichton alexcrichton deleted the fix-all-targets branch August 1, 2018 14:05
@ehuss ehuss modified the milestones: Edition Preview 2, 1.29.0 Feb 6, 2022
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.

cargo fix: Pass --all-targets by default
6 participants