DEV Community

Discussion on: Configure neovim for rust development

Collapse
 
maxdevjs profile image
maxdevjs • Edited

Hello, great article.

How did you install clippy (and in what OS)?

I mean, does rustup component add clippy actually (still) work for you?

Collapse
 
maxdevjs profile image
maxdevjs

Never mind, the rustup package I installed had issues with clippy.

Thread Thread
 
drmason13 profile image
David

I've not heard of that before, the rustup team might be interested in your experience. Not sure where to feed that back exactly but a GitHub issue would be a good guess :)

github.com/rust-lang/rustup/issues

I'm just on Linux, Ubuntu.

Thread Thread
 
maxdevjs profile image
maxdevjs

Thank you for the reply.

Short story: I started installing rustup as package for the distro that I use (Solus) and it has issues ending with a clippy-driver failure (everything else seems to work well).

rustup installed with the curl scripted works fine so far, actually.