mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Ignore error
This commit is contained in:
parent
a1ef55a0fe
commit
def8a515a9
@ -88,8 +88,6 @@ impl<T: Send> WorkQueue<T> {
|
||||
while let Some(element) = queue.pop_front() {
|
||||
result.push(element);
|
||||
}
|
||||
} else {
|
||||
panic!("locking failed");
|
||||
}
|
||||
result
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user