Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JeanMertz
Copy link
Contributor

Two changes:

  • It was confusing (and not mentioned in the documentation) that rust_cargo_clippy_options required you to start the string with -- (such as -- -D warning). It now accepts both forms (so also -D warning).
  • For some reason (AFAIK incorrectly) all cargo-specific flags were only supported for cargo check, while these are also valid for cargo build and cargo clippy. This now works as expected.

Aside from the unit tests, I tested both changes in my local Rust project, and they worked as expected.

@w0rp w0rp merged commit aae6d30 into dense-analysis:master Jul 14, 2019
@w0rp
Copy link
Member

w0rp commented Jul 14, 2019

Cheers! 🍻

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.

2 participants