rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
13.62k stars 1.49k forks source link

Update `rust-analyzer` to use `windows-sys` crate #17168

Closed kennykerr closed 2 weeks ago

kennykerr commented 2 weeks ago

I noticed that the rust-analyzer project already depends on windows-sys. This update merely replaces the remaining direct dependencies on the older winapi crate with windows-sys dependencies.

Originally posted here: https://github.com/rust-lang/rust/pull/124578

lnicola commented 2 weeks ago

@bors r+

bors commented 2 weeks ago

:pushpin: Commit 99e2530583cac0cf231f78e8b97220a69dd16bb7 has been approved by lnicola

It is now in the queue for this repository.

lnicola commented 2 weeks ago

And thanks!

bors commented 2 weeks ago

:hourglass: Testing commit 99e2530583cac0cf231f78e8b97220a69dd16bb7 with merge cfce2bb46da62950a8b70ddb0b2a12332da1b1e1...

bors commented 2 weeks ago

:sunny: Test successful - checks-actions Approved by: lnicola Pushing cfce2bb46da62950a8b70ddb0b2a12332da1b1e1 to master...