Skip to content

Commit

Permalink
fix(kube): add missing client feature cfg on ConfigExt
Browse files Browse the repository at this point in the history
Signed-off-by: Ho Kim <ho.kim@ulagbulag.io>
  • Loading branch information
HoKim98 committed Jul 23, 2024
1 parent 5b3b73d commit 37f2735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub mod prelude {
//!
//! The prelude may grow over time as additional items see ubiquitous use.

#[allow(unreachable_pub)] pub use crate::client::ConfigExt as _;
#[cfg(feature = "client")] #[allow(unreachable_pub)] pub use crate::client::ConfigExt as _;

#[cfg(feature = "unstable-client")] pub use crate::client::scope::NamespacedRef;

Expand Down

0 comments on commit 37f2735

Please sign in to comment.