mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
Timeline: get_value_reconstruct_data: avoid warnings
This commit is contained in:
@@ -2066,7 +2066,9 @@ impl Timeline {
|
||||
}
|
||||
|
||||
#[allow(clippy::never_loop)] // see comment at bottom of this loop
|
||||
#[allow(unused_labels)]
|
||||
'layer_map_search: loop {
|
||||
#[allow(unused_variables)] // it'll be indentation change to remove these
|
||||
let remote_layer = {
|
||||
let guard = timeline.layers.read().await;
|
||||
let layers = guard.layer_map();
|
||||
|
||||
Reference in New Issue
Block a user