]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/svh.rs
Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakis
[rust.git] / src / librustc_data_structures / svh.rs
index df4f61768375e35d4a1915760870e6e1cae19570..3123c182b0f4cb8058511d7ad54870be2a997224 100644 (file)
@@ -7,7 +7,7 @@
 
 use std::fmt;
 use std::hash::{Hash, Hasher};
-use serialize::{Encodable, Decodable, Encoder, Decoder};
+use rustc_serialize::{Encodable, Decodable, Encoder, Decoder};
 
 use crate::stable_hasher;