committed by
June Clementine Strawberry
parent
cbf207bd1f
commit
a67ab75417
@@ -52,7 +52,7 @@ pub fn compact_blocking(&self, opts: Options) -> Result {
|
||||
co.set_target_level(level.try_into()?);
|
||||
},
|
||||
| (Some(_), Some(_)) => return Err!("compacting between specific levels not supported"),
|
||||
};
|
||||
}
|
||||
|
||||
self.db
|
||||
.db
|
||||
|
||||
@@ -50,7 +50,6 @@ where
|
||||
.iter()
|
||||
.map(ser::serialize_to::<KeyBuf, _>)
|
||||
.map(|result| result.expect("failed to serialize query key"))
|
||||
.map(Into::into)
|
||||
.collect();
|
||||
|
||||
self.db
|
||||
|
||||
@@ -40,7 +40,7 @@ pub fn rev_raw_stream(self: &Arc<Self>) -> impl Stream<Item = Result<KeyVal<'_>>
|
||||
.into_stream()
|
||||
.flatten()
|
||||
.boxed();
|
||||
};
|
||||
}
|
||||
|
||||
let seek = Seek {
|
||||
map: self.clone(),
|
||||
|
||||
@@ -89,7 +89,7 @@ where
|
||||
.into_stream()
|
||||
.flatten()
|
||||
.boxed();
|
||||
};
|
||||
}
|
||||
|
||||
let seek = Seek {
|
||||
map: self.clone(),
|
||||
|
||||
@@ -39,7 +39,7 @@ pub fn raw_stream(self: &Arc<Self>) -> impl Stream<Item = Result<KeyVal<'_>>> +
|
||||
.into_stream()
|
||||
.flatten()
|
||||
.boxed();
|
||||
};
|
||||
}
|
||||
|
||||
let seek = Seek {
|
||||
map: self.clone(),
|
||||
|
||||
@@ -86,7 +86,7 @@ where
|
||||
.into_stream()
|
||||
.flatten()
|
||||
.boxed();
|
||||
};
|
||||
}
|
||||
|
||||
let seek = Seek {
|
||||
map: self.clone(),
|
||||
|
||||
Reference in New Issue
Block a user