server: address lint
This commit is contained in:
parent
0222985f4d
commit
c547170efb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user