Skip to content

Commit 158d183

Browse files
committed
Fix clippy
1 parent 30f0189 commit 158d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcgen/src/csr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ impl CertificateSigningRequestParams {
216216
ext.set_criticality(val.critical);
217217
params.custom_extensions.push(ext);
218218
},
219-
other => {
219+
_ => {
220220
return Err(Error::UnsupportedExtension);
221221
},
222222
}

0 commit comments

Comments
 (0)