mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 02:39:32 +00:00
Remove proc macro management thread
This commit is contained in:
parent
552b50de9e
commit
5a9ca311e3
3 changed files with 44 additions and 71 deletions
|
@ -111,6 +111,7 @@ pub fn defer<F: FnOnce()>(f: F) -> impl Drop {
|
|||
}
|
||||
|
||||
#[cfg_attr(not(target_arch = "wasm32"), repr(transparent))]
|
||||
#[derive(Debug)]
|
||||
pub struct JodChild(pub std::process::Child);
|
||||
|
||||
impl ops::Deref for JodChild {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue