Skip to content

Commit

Permalink
chore: Use ignore instead of no_run
Browse files Browse the repository at this point in the history
Signed-off-by: Techassi <[email protected]>
  • Loading branch information
Techassi committed Jan 23, 2025
1 parent d513d16 commit 0a98def
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kube-derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//! A crate for kube's derive macros.
#![recursion_limit = "1024"]
extern crate proc_macro;
#[macro_use] extern crate quote;
#[macro_use]
extern crate quote;

mod cel_schema;
mod custom_resource;
Expand Down Expand Up @@ -133,7 +134,7 @@ mod resource;
///
/// Allow customizing the scale struct for the [scale subresource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources).
///
/// ```no_run
/// ```ignore
/// #[kube(scale(
/// specReplicasPath = ".spec.replicas",
/// statusReplicaPath = ".status.replicas",
Expand Down

0 comments on commit 0a98def

Please sign in to comment.