We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7988c8a commit 3b369ecCopy full SHA for 3b369ec
graph/src/components/store/entity_cache.rs
@@ -208,10 +208,10 @@ impl EntityCache {
208
209
// Always test the cache consistency in debug mode. The test only
210
// makes sense when we were actually asked to read from the store
211
- debug_assert!(match scope {
212
- GetScope::Store => entity == self.store.get(key).unwrap().map(Arc::new),
213
- GetScope::InBlock => true,
214
- });
+ // debug_assert!(match scope {
+ // GetScope::Store => entity == self.store.get(key).unwrap().map(Arc::new),
+ // GetScope::InBlock => true,
+ // });
215
216
if let Some(op) = self.updates.get(key).cloned() {
217
entity = op
0 commit comments