-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Don't error on clippy.toml of dependencies #4845
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
Conversation
☔ The latest upstream changes (presumably #4848) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me with rebase |
b75f204
to
a61fd43
Compare
@bors r=phansch |
📌 Commit a61fd43 has been approved by |
Don't error on clippy.toml of dependencies Fixes #3874 Checking for `metadata` wasn't enough anymore. `--cap-lints allow` only appears when compiling deps though. changelog: none
💔 Test failed - status-appveyor |
@bors r=phansch |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit a61fd43 has been approved by |
Don't error on clippy.toml of dependencies Fixes #3874 Checking for `metadata` wasn't enough anymore. `--cap-lints allow` only appears when compiling deps though. changelog: none
☀️ Test successful - checks-travis, status-appveyor |
Fixes #3874
Checking for
metadata
wasn't enough anymore.--cap-lints allow
only appears when compiling deps though.changelog: none