From 516e0d5f3a2f38e71270f4fae3e4262cb91be12d Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Fri, 20 Sep 2024 11:56:04 +0000 Subject: [PATCH] Remove misplaced `#[cfg(feature = "unstable")]` --- zenoh-ext/src/querying_subscriber.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zenoh-ext/src/querying_subscriber.rs b/zenoh-ext/src/querying_subscriber.rs index 0f7e954204..e1eeb77bcc 100644 --- a/zenoh-ext/src/querying_subscriber.rs +++ b/zenoh-ext/src/querying_subscriber.rs @@ -20,7 +20,6 @@ use std::{ time::{Duration, SystemTime, UNIX_EPOCH}, }; -#[cfg(feature = "unstable")] use zenoh::{ handlers::{locked, Callback, DefaultHandler, IntoHandler}, internal::zlock,