server: address lint

This commit is contained in:
Bill Thiede 2024-12-16 08:56:16 -08:00
parent 0222985f4d
commit c547170efb

View File

@ -143,8 +143,7 @@ impl TantivyConnection {
rows.len()
);
}
let total = rows.len();
for (i, r) in rows.into_iter().enumerate() {
for r in rows {
let id_term = Term::from_field_text(uid, &r.uid);
index_writer.delete_term(id_term);
let slug = r.site;