Skip to content

Commit 2b98848

Browse files
committed
clippy
1 parent 382552a commit 2b98848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/webhooks/conversion.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pub enum Error {
2626
}
2727

2828
/// Creates and returns a [`ConversionWebhookServer`] and a [`CustomResourceDefinitionMaintainer`].
29-
pub async fn create_webhook_server<'a>(
30-
operator_environment: &'a OperatorEnvironmentOptions,
29+
pub async fn create_webhook_server(
30+
operator_environment: &OperatorEnvironmentOptions,
3131
disable_crd_maintenance: bool,
3232
client: Client,
3333
) -> Result<(WebhookServer, oneshot::Receiver<()>), Error> {

0 commit comments

Comments
 (0)