diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index 024c1303af..86fb9e918f 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -364,10 +364,6 @@ pub mod config { pub use zenoh_config::*; } -#[cfg(all(feature = "internal", not(feature = "unstable")))] -compile_error!( - "All internal functionality is unstable. The `unstable` feature must be enabled to use `internal`." -); #[cfg(all( feature = "plugins", not(all(feature = "unstable", feature = "internal"))