Use Option::then in two places
This commit is contained in:
parent
d5f9c40e6a
commit
08be313feb
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ impl<K: DepKind> EncoderState<K> {
|
|||
total_edge_count: 0,
|
||||
total_node_count: 0,
|
||||
result: Ok(()),
|
||||
stats: if record_stats { Some(FxHashMap::default()) } else { None },
|
||||
stats: record_stats.then(FxHashMap::default),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue