File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pr/19/docs/src/iroh_blobs/store/fs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 247
247
< span class ="kw "> pub </ span > inline_outboard: redb::ReadOnlyTable<Hash, < span class ="kw-2 "> &</ span > < span class ="lifetime "> 'static </ span > [u8]>,
248
248
}
249
249
250
- < span class ="kw "> impl</ span > < < span class =" lifetime " > 'txn </ span > > ReadOnlyTables {
251
- < span class ="kw "> pub fn </ span > new(tx: < span class ="kw-2 "> &</ span > < span class =" lifetime " > 'txn </ span > redb::ReadTransaction) -> std::result::Result<< span class ="self "> Self</ span > , TableError> {
250
+ < span class ="kw "> impl </ span > ReadOnlyTables {
251
+ < span class ="kw "> pub fn </ span > new(tx: < span class ="kw-2 "> &</ span > redb::ReadTransaction) -> std::result::Result<< span class ="self "> Self</ span > , TableError> {
252
252
< span class ="prelude-val "> Ok</ span > (< span class ="self "> Self </ span > {
253
253
blobs: tx.open_table(BLOBS_TABLE)< span class ="question-mark "> ?</ span > ,
254
254
tags: tx.open_table(TAGS_TABLE)< span class ="question-mark "> ?</ span > ,
You can’t perform that action at this time.
0 commit comments