mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Remove some trailing whitespace.
This commit is contained in:
committed by
GitHub
parent
a4ad5dbcb7
commit
8d6f869c98
@@ -189,7 +189,7 @@ struct Stat {
|
||||
|
||||
let total_node_count = serialized_graph.nodes.len();
|
||||
let total_edge_count = serialized_graph.edge_list_data.len();
|
||||
let (total_edge_reads, total_duplicate_edge_reads) =
|
||||
let (total_edge_reads, total_duplicate_edge_reads) =
|
||||
tcx.dep_graph.edge_deduplication_data();
|
||||
|
||||
let mut counts: FxHashMap<_, Stat> = FxHashMap();
|
||||
|
||||
Reference in New Issue
Block a user