This commit is contained in:
Dongjia "toka" Zhang 2022-09-12 18:59:57 +02:00 committed by GitHub
parent d17269d3d5
commit 7f7e0ee6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,7 @@ where
}, },
)?; )?;
/// Send the stability event to the broker // Send the stability event to the broker
if let Some(meta) = state.metadata().get::<UnstableEntriesMetadata>() { if let Some(meta) = state.metadata().get::<UnstableEntriesMetadata>() {
let unstable_entries = meta.unstable_entries().len(); let unstable_entries = meta.unstable_entries().len();
let map_len = meta.map_len(); let map_len = meta.map_len();