mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Run latest nightly clippy
Also runs clippy on the tests and updates the CI accordingly
This commit is contained in:
@@ -44,15 +44,14 @@ fn generators(prefix: &'static str, path: &str) {
|
||||
lazy_static! {{
|
||||
pub static ref GENERATORS: Generators = Generators {{
|
||||
G: [
|
||||
{}
|
||||
{G_str}
|
||||
],
|
||||
H: [
|
||||
{}
|
||||
{H_str}
|
||||
],
|
||||
}};
|
||||
}}
|
||||
",
|
||||
G_str, H_str,
|
||||
)
|
||||
.as_bytes(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user