We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b77c5 commit d87f356Copy full SHA for d87f356
rust/template/differential_datalog/src/replay.rs
@@ -268,7 +268,7 @@ where
268
self.inventory.get_index_name(iid).unwrap_or(&"???"),
269
key
270
)
271
- .map(|_| vec![])
+ .and(Ok(vec![]))
272
.map_err(|e| e.to_string())
273
}
274
@@ -279,7 +279,7 @@ where
279
"dump_index {};",
280
self.inventory.get_index_name(iid).unwrap_or(&"???")
281
282
283
284
285
0 commit comments