]> git.lizzy.rs Git - rust.git/blobdiff - crates/stdx/src/lib.rs
Remove proc macro management thread
[rust.git] / crates / stdx / src / lib.rs
index 2963484faefc1e95c2d84732afb7e6ede99f5732..e83d5db437d1d218d5fe3c3696e23790366b9de1 100644 (file)
@@ -111,6 +111,7 @@ fn drop(&mut self) {
 }
 
 #[cfg_attr(not(target_arch = "wasm32"), repr(transparent))]
+#[derive(Debug)]
 pub struct JodChild(pub std::process::Child);
 
 impl ops::Deref for JodChild {