]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/compiletest/src/json.rs
Auto merge of #61008 - GuillaumeGomez:fix-rustdoc-code-highlighting, r=Manishearth
[rust.git] / src / tools / compiletest / src / json.rs
index d651b9a92b64992e3d7be575c4b20450c68be4d6..02b09e21ff0226e5bf9d3c27a80eecba9d0980ef 100644 (file)
@@ -3,6 +3,7 @@
 
 use crate::errors::{Error, ErrorKind};
 use crate::runtest::ProcRes;
+use serde::Deserialize;
 use serde_json;
 use std::path::{Path, PathBuf};
 use std::str::FromStr;