Skip to content

Commit

Permalink
Bypass nightly ICE in docs build (#1155)
Browse files Browse the repository at this point in the history
Bypass nightly docs ICE build

See #1150
and rust-lang/rust#108501

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux authored Mar 1, 2023
1 parent 825aba8 commit b156131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ cfg_error! {
#[cfg_attr(docsrs, doc(cfg(feature = "derive")))]
pub use kube_derive::CustomResource;

/// Re-exports from [`kube-runtime`](kube_runtime)
/// Re-exports from `kube-runtime`
#[cfg(feature = "runtime")]
#[cfg_attr(docsrs, doc(cfg(feature = "runtime")))]
#[doc(inline)]
pub use kube_runtime as runtime;

pub use crate::core::{CustomResourceExt, Resource, ResourceExt};
/// Re-exports from [`kube_core`](kube_core)
/// Re-exports from `kube_core`
#[doc(inline)]
pub use kube_core as core;

Expand Down

0 comments on commit b156131

Please sign in to comment.