diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-01-20 09:59:30 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-01-22 10:38:34 +1100 |
| commit | 37fbd91eb526cc7e246f7c6c97b1deb9e37879ff (patch) | |
| tree | e3874af4a0897babe8eb9cf1b0c5b3ebdce387f4 /compiler/rustc_query_system/src | |
| parent | 416399dc1028545ea0ac6d68fb0b5cc5fa97d393 (diff) | |
| download | rust-37fbd91eb526cc7e246f7c6c97b1deb9e37879ff.tar.gz rust-37fbd91eb526cc7e246f7c6c97b1deb9e37879ff.zip | |
Address review comments.
Diffstat (limited to 'compiler/rustc_query_system/src')
| -rw-r--r-- | compiler/rustc_query_system/src/dep_graph/serialized.rs | 1 |
1 files changed, 0 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 2fc626a75b3..283eda7c85e 100644 --- a/compiler/rustc_query_system/src/dep_graph/serialized.rs +++ b/compiler/rustc_query_system/src/dep_graph/serialized.rs @@ -142,7 +142,6 @@ impl<'a, K: DepKind + Decodable<opaque::Decoder<'a>>> Decodable<opaque::Decoder< let end = edge_list_data.len().try_into().unwrap(); let _i: SerializedDepNodeIndex = edge_list_indices.push((start, end)); debug_assert_eq!(_i.index(), _index); - () }) }) }); |
