Skip to content

Commit 7a86117

Browse files
committed
chore: Use ignore instead of no_run
Signed-off-by: Techassi <git@techassi.dev>
1 parent d513d16 commit 7a86117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-derive/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mod resource;
133133
///
134134
/// Allow customizing the scale struct for the [scale subresource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources).
135135
///
136-
/// ```no_run
136+
/// ```ignore
137137
/// #[kube(scale(
138138
/// specReplicasPath = ".spec.replicas",
139139
/// statusReplicaPath = ".status.replicas",

0 commit comments

Comments
 (0)