mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
fix typo in import
This commit is contained in:
parent
6d0dfbe3c0
commit
e47da95b41
@ -4,7 +4,7 @@ use crate::db;
|
||||
use crate::db::{AlignedAdapter, ArchivedValue, RawDB, DB};
|
||||
use lmdb::{DatabaseFlags, Environment, EnvironmentFlags, Transaction, WriteFlags};
|
||||
use miette::Diagnostic;
|
||||
use std::error::Debug;
|
||||
use std::fmt::Debug;
|
||||
use std::{path::Path, sync::Arc};
|
||||
|
||||
use crate::resources::state::State;
|
||||
|
Loading…
x
Reference in New Issue
Block a user