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

Unrecognized nightly clippy warnings #5685

Closed
krojew opened this issue Jul 1, 2020 · 2 comments
Closed

Unrecognized nightly clippy warnings #5685

krojew opened this issue Jul 1, 2020 · 2 comments
Assignees
Labels
subsystem::tools Issues about integration with external tools like rustup, cargo, rustfmt, etc.

Comments

@krojew
Copy link

krojew commented Jul 1, 2020

Environment

  • IntelliJ Rust plugin version: 0.2.125.3191-201
  • Rust toolchain version: 1.46.0-nightly (2f517ce6f 2020-06-28)
  • IDE name and version: CLion 2020.1
  • Operating system: Windows 10

Problem description

Running given version of clippy as external linter results in No suspicious code found. 343 files processed in ..., while there if fact are warning when clippy is manually run.

Steps to reproduce

Install given clippy version and run on a project with lint warnings.

@Undin Undin added the subsystem::tools Issues about integration with external tools like rustup, cargo, rustfmt, etc. label Jul 1, 2020
@vlad20012
Copy link
Member

vlad20012 commented Jul 1, 2020

Most likely it's duplicate of #5682. external linter inspection is completely broken in 0.2.125 release of the plugin.
The fix will be available tomorrow in the nightly builds of the plugin

@vlad20012
Copy link
Member

Issue #5682 is fixed in the nightly plugin. @krojew you can try it now (see instructions) and check whether your issue is fixed too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subsystem::tools Issues about integration with external tools like rustup, cargo, rustfmt, etc.
Projects
None yet
Development

No branches or pull requests

4 participants