We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84cf05 commit 0390680Copy full SHA for 0390680
crates/stackable-webhook/src/servers/conversion.rs
@@ -108,7 +108,7 @@ impl ConversionWebhookServer {
108
/// (
109
/// S3Connection::merged_crd(S3ConnectionVersion::V1Alpha1)
110
/// .expect("failed to merge S3Connection CRD"),
111
- /// S3Connection::try_convert as fn(ConversionReview) -> ConversionReview,
+ /// S3Connection::try_convert as fn(_) -> _,
112
/// ),
113
/// ];
114
///
0 commit comments