diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-10 11:58:29 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-10 11:58:29 +1000 |
| commit | 3186e311e526e3dad197dacc91c2d84cde2be846 (patch) | |
| tree | 9a8b86ea039a286af6d64215920531f8b372702e /compiler/rustc_query_system | |
| parent | 7f51a1b97638780a3d22979d886384ad7903cc4e (diff) | |
| download | rust-3186e311e526e3dad197dacc91c2d84cde2be846.tar.gz rust-3186e311e526e3dad197dacc91c2d84cde2be846.zip | |
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Diffstat (limited to 'compiler/rustc_query_system')
| -rw-r--r-- | compiler/rustc_query_system/src/dep_graph/serialized.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/dep_graph/serialized.rs b/compiler/rustc_query_system/src/dep_graph/serialized.rs index 2c44054e4c8..7fde9c0119b 100644 --- a/compiler/rustc_query_system/src/dep_graph/serialized.rs +++ b/compiler/rustc_query_system/src/dep_graph/serialized.rs @@ -20,7 +20,7 @@ use rustc_data_structures::profiling::SelfProfilerRef; use rustc_data_structures::sync::Lock; use rustc_index::vec::{Idx, IndexVec}; use rustc_serialize::opaque::{self, FileEncodeResult, FileEncoder, IntEncodedWithFixedSize}; -use rustc_serialize::{Decodable, Decoder, Encodable}; +use rustc_serialize::{Decodable, Decoder, Encodable, Encoder}; use smallvec::SmallVec; use std::convert::TryInto; |
