rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Bump nightly, clippy and rustfmt versions #1753

Closed flip1995 closed 2 years ago

flip1995 commented 2 years ago

This will unblock the Clippy sync to rustc rust-lang/rust#91154

Changes:

I tested this locally with cargo test --all-features

calebcartwright commented 2 years ago

If this lands, I believe it will obviate the need for #1751

r? @Xanewok

calebcartwright commented 2 years ago

(nice branch name btw @flip1995 :rofl:)

Xanewok commented 2 years ago

Sorry for leaving it hanging for so long, thank you @flip1995! Does this unblock you now?

flip1995 commented 2 years ago

Yes this unblocks us (once this is synced to the rust repo).

Thanks for the review!