Cargo fmt

This commit is contained in:
Clément Renault
2025-06-03 14:50:21 +02:00
parent 8fdcdee0cc
commit 82313a4444
18 changed files with 35 additions and 42 deletions

View File

@@ -1,9 +1,6 @@
use std::mem;
use heed::Database;
use heed::DatabaseStat;
use heed::RoTxn;
use heed::Unspecified;
use heed::{Database, DatabaseStat, RoTxn, Unspecified};
use serde::{Deserialize, Serialize};
use crate::BEU32;