未验证 提交 a4ad5dbc 编写于 作者: M Michael Woerister 提交者: GitHub

Fix tidy line-length issue.

上级 f7266341
......@@ -189,7 +189,8 @@ 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) = tcx.dep_graph.edge_deduplication_data();
let (total_edge_reads, total_duplicate_edge_reads) =
tcx.dep_graph.edge_deduplication_data();
let mut counts: FxHashMap<_, Stat> = FxHashMap();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册