mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Meaningful changes from aggressive-clippy
I do want to enable a few specific lints, yet aggressive-clippy as a whole isn't worthwhile.
This commit is contained in:
@@ -106,7 +106,7 @@ pub(crate) fn aggregate<C: Ciphersuite>() {
|
||||
keys
|
||||
.iter()
|
||||
.map(|key| C::generator() * key.deref())
|
||||
.zip(challenges.iter().cloned())
|
||||
.zip(challenges.iter().copied())
|
||||
.collect::<Vec<_>>()
|
||||
.as_ref(),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user