We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2dc26 commit 97a63caCopy full SHA for 97a63ca
compiler/rustc_query_system/src/dep_graph/mod.rs
@@ -153,7 +153,7 @@ pub enum CurrentDepNode<K> {
153
154
impl<K> CurrentDepNode<K> {
155
pub fn regular(dep_node: DepNode<K>) -> CurrentDepNode<K> {
156
- CurrentDepNode::Regular { dep_node, expn_disambiguators: Lock::new(UnhashMap::default()) }
+ CurrentDepNode::Regular { dep_node, expn_disambiguators: Default::default() }
157
}
158
159
0 commit comments