summaryrefslogtreecommitdiffstats
path: root/rust/src/entity_crud.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-09 23:24:29 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-09 23:24:29 -0700
commit4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632 (patch)
tree7e7cfb3a178019c276a9e2a5bf380824a232c011 /rust/src/entity_crud.rs
parentdca71aa9b278832262725147d28334141a6da827 (diff)
downloadfatcat-4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632.tar.gz
fatcat-4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632.zip
rust impl cdx extra_json removal
Diffstat (limited to 'rust/src/entity_crud.rs')
-rw-r--r--rust/src/entity_crud.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/src/entity_crud.rs b/rust/src/entity_crud.rs
index 314aa043..4a7cdee0 100644
--- a/rust/src/entity_crud.rs
+++ b/rust/src/entity_crud.rs
@@ -1444,7 +1444,6 @@ impl EntityCrud for WebcaptureEntity {
size_bytes: c.size_bytes,
sha1: c.sha1,
sha256: c.sha256,
- extra: c.extra_json,
})
.collect();
@@ -1534,7 +1533,6 @@ impl EntityCrud for WebcaptureEntity {
size_bytes: c.size_bytes,
sha1: c.sha1.clone(),
sha256: c.sha256.clone(),
- extra_json: c.extra.clone(),
})
.collect();
webcapture_cdx_rows.extend(these_cdx_rows);