error[E0603]: function `binop_to_string` is private
--> clippy_lints-0.0.143/src/utils/sugg.rs:11:5
|
11 | use syntax::print::pprust::binop_to_string;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Could we please have a new version released with the above commit?
For someone who wants to use the cargo clippy before that next version gets released you can try this command:
cargo install clippy --git https://github.com/kraai/rust-clippy --branch fix-build
Just ran into this as well.
I ran into this as well, unable to install.
I think the existence of the of the problem has been already confirmed. A workaround was mentioned above.
Most helpful comment
For someone who wants to use the cargo clippy before that next version gets released you can try this command:
cargo install clippy --git https://github.com/kraai/rust-clippy --branch fix-build