Cargo fmt

This commit is contained in:
Clément Renault 2025-06-03 14:50:21 +02:00
parent 8fdcdee0cc
commit 82313a4444
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
18 changed files with 35 additions and 42 deletions

View file

@ -1,10 +1,9 @@
use heed::{
types::{SerdeJson, Str},
RoTxn, RwTxn,
};
use heed::types::{SerdeJson, Str};
use heed::{RoTxn, RwTxn};
use serde::{Deserialize, Serialize};
use crate::{index::main_key, Index};
use crate::index::main_key;
use crate::Index;
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq, Default)]
#[serde(rename_all = "camelCase")]