chore: remove stale filter id allow

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-05-18 19:04:42 +08:00
parent 3acf53ce07
commit acb6cad7f7

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,