Timeline: get_value_reconstruct_data: avoid warnings

This commit is contained in:
Joonas Koivunen
2023-08-16 15:24:05 +03:00
parent 45a542c335
commit a682de1dba

View File

@@ -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();