Skip to content

Commit

Permalink
Do not require mandatory "unstable" for "internal" feature (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter authored Jul 22, 2024
1 parent 81eacc5 commit b2f88ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b2f88ae

Please sign in to comment.