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:
@@ -96,6 +96,6 @@ pub fn reproducibly_builds() {
|
||||
for res in res.clone() {
|
||||
identical.insert(res.unwrap());
|
||||
}
|
||||
assert_eq!(identical.len(), 1, "got different runtime hashes {:?}", res);
|
||||
assert_eq!(identical.len(), 1, "got different runtime hashes {res:?}");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user