chore: remove stale filter id allow

This commit is contained in:
discord9
2026-05-18 19:04:42 +08:00
parent 930b090061
commit 4164f0babc

View File

@@ -193,7 +193,6 @@ impl Display for ParseFilterIdError {
/// NOTE(remote-dyn-filter): This id is generated once on the source side and then propagated.
/// Consumers should reuse the propagated `FilterId` instead of independently recomputing it from
/// local state.
#[allow(unused)]
pub(crate) fn build_remote_dyn_filter_id(
region_id: RegionId,
producer_scope_id: ProducerScopeId,