]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/toolstate.rs
Rollup merge of #60766 - vorner:weak-into-raw, r=sfackler
[rust.git] / src / bootstrap / toolstate.rs
index 8ff7c09fc299676c64e64cb05f1e54037f85d337..e86209be91fe17c0d4e198b920980199a830116a 100644 (file)
@@ -1,3 +1,5 @@
+use serde::{Deserialize, Serialize};
+
 #[derive(Copy, Clone, Debug, Deserialize, Serialize, PartialEq, Eq)]
 #[serde(rename_all = "kebab-case")]
 /// Whether a tool can be compiled, tested or neither