mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 15:17:57 +01:00
fix build
This commit is contained in:
parent
7eaf2b0394
commit
3d13a393d8
@ -29,6 +29,6 @@ impl<I: AsRef<[u8]>, A: Adapter> Index<I, A> {
|
|||||||
pub fn get<T: Transaction>(
|
pub fn get<T: Transaction>(
|
||||||
&self, txn: &T, lookup: I,
|
&self, txn: &T, lookup: I,
|
||||||
) -> Result<Option<A::Item>, db::Error> {
|
) -> Result<Option<A::Item>, db::Error> {
|
||||||
self.db.get(txn, lookup)
|
self.db.get(txn, &lookup)
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user