review fixes

This commit is contained in:
Marin Postma 2021-04-14 12:18:13 +02:00
parent 2f73fa55ae
commit 75464a1baa
No known key found for this signature in database
GPG key ID: D5241F0C0C865F30
10 changed files with 50 additions and 101 deletions

View file

@ -475,7 +475,6 @@ impl Index {
pub(crate) fn set_updated_at(&self, wtxn: &mut RwTxn, time: &DateTime<Utc>) -> heed::Result<()> {
self.main.put::<_, Str, SerdeJson<DateTime<Utc>>>(wtxn, UPDATED_AT_KEY, &time)
}
}
#[cfg(test)]