Skip to content

Commit 9c20067

Browse files
committed
fix doc tests
1 parent 00629de commit 9c20067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum WebhookServerError {
6060
/// ```
6161
/// use stackable_webhook::WebhookServer;
6262
/// use stackable_webhook::WebhookServerOptions;
63-
/// use stackable_webhook::servers::Webhook;
63+
/// use stackable_webhook::webhooks::Webhook;
6464
///
6565
/// # async fn docs() {
6666
/// let mut webhooks: Vec<Box<dyn Webhook>> = vec![];

crates/stackable-webhook/src/webhooks/mutating_webhook.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum MutatingWebhookError {
5454
/// use stackable_operator::kube::core::admission::{AdmissionRequest, AdmissionResponse};
5555
/// use stackable_operator::kvp::Label;
5656
/// use stackable_webhook::WebhookServer;
57-
/// use stackable_webhook::servers::MutatingWebhook;
57+
/// use stackable_webhook::webhooks::MutatingWebhook;
5858
///
5959
/// # async fn docs() {
6060
/// // The Kubernetes client

0 commit comments

Comments
 (0)