Update rust-analyzer to use windows-sys crate

This commit is contained in:
Kenny Kerr 2024-05-01 09:04:13 -05:00
parent 49e502b277
commit 99e2530583
7 changed files with 9 additions and 10 deletions

View file

@ -162,7 +162,7 @@ mod imp {
pipe::NamedPipe,
Overlapped,
};
use winapi::shared::winerror::ERROR_BROKEN_PIPE;
use windows_sys::Win32::Foundation::ERROR_BROKEN_PIPE;
struct Pipe<'a> {
dst: &'a mut Vec<u8>,