mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Further expand clippy workspace lints
Achieves a notable amount of reduced async and clones.
This commit is contained in:
@@ -50,6 +50,7 @@ pub trait Transcript: Send + Clone {
|
||||
fn rng_seed(&mut self, label: &'static [u8]) -> [u8; 32];
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
enum DigestTranscriptMember {
|
||||
Name,
|
||||
Domain,
|
||||
|
||||
Reference in New Issue
Block a user