mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Abstract proc-macro-srv protocol format
This commit is contained in:
parent
7c7c0cbffb
commit
c236190b60
6 changed files with 60 additions and 39 deletions
|
@ -142,6 +142,7 @@ impl Drop for Expander {
|
|||
fn drop(&mut self) {
|
||||
#[cfg(windows)]
|
||||
std::fs::remove_file(&self.path).ok();
|
||||
_ = self.path;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue