review: revert to allow unused

This commit is contained in:
Vlad Lazar
2024-02-09 09:10:10 +00:00
parent 4e6574ed90
commit 188ffe717f

View File

@@ -828,7 +828,7 @@ impl Timeline {
Ok(results)
}
#[cfg(any(debug_assertions, test))]
#[allow(unused)]
pub(super) async fn validate_get_vectored_impl(
&self,
vectored_res: &Result<BTreeMap<Key, Result<Bytes, PageReconstructError>>, GetVectoredError>,