Fix clippy issue (#640)

This commit is contained in:
natalie 2024-04-16 22:58:54 +01:00 committed by GitHub
parent c205ef73e0
commit e5c5e53b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub fn check_serialize_vss_commitment<C: Ciphersuite, R: RngCore + CryptoRng>(mu
// ---
let expected = vec![
let expected = [
<C::Group>::serialize(&input_1),
<C::Group>::serialize(&input_2),
<C::Group>::serialize(&input_3),