Skip to content

Commit 0390680

Browse files
committed
Update rustdoc
1 parent b84cf05 commit 0390680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/servers/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl ConversionWebhookServer {
108108
/// (
109109
/// S3Connection::merged_crd(S3ConnectionVersion::V1Alpha1)
110110
/// .expect("failed to merge S3Connection CRD"),
111-
/// S3Connection::try_convert as fn(ConversionReview) -> ConversionReview,
111+
/// S3Connection::try_convert as fn(_) -> _,
112112
/// ),
113113
/// ];
114114
///

0 commit comments

Comments
 (0)