mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
fix lint
This commit is contained in:
parent
5202f5460d
commit
cbdc649975
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ fn export_key_rsa(
|
|||
// It MUST have ASN.1 type NULL.
|
||||
parameters: Some(asn1::AnyRef::from(asn1::Null)),
|
||||
},
|
||||
subject_public_key: BitString::from_bytes(&subject_public_key).unwrap(),
|
||||
subject_public_key: BitString::from_bytes(subject_public_key).unwrap(),
|
||||
};
|
||||
|
||||
// Infallible because we know the public key is valid.
|
||||
|
|
Loading…
Add table
Reference in a new issue