run rustfmt to fix formatting
This commit is contained in:
@@ -1683,7 +1683,6 @@ pub fn generate_instructions_rs() -> TokenStream {
|
|||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
|
|
||||||
quote! {
|
quote! {
|
||||||
#[allow(clippy::enum_variant_names)]
|
#[allow(clippy::enum_variant_names)]
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|||||||
1520
src/instructions.rs
1520
src/instructions.rs
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,6 @@ fn rules() {
|
|||||||
#[test]
|
#[test]
|
||||||
#[cfg_attr(miri, ignore = "it takes too long to run")]
|
#[cfg_attr(miri, ignore = "it takes too long to run")]
|
||||||
fn setup_call_cleanup_load() {
|
fn setup_call_cleanup_load() {
|
||||||
|
|
||||||
load_module_test(
|
load_module_test(
|
||||||
"src/tests/setup_call_cleanup.pl",
|
"src/tests/setup_call_cleanup.pl",
|
||||||
// spellchecker:ignore-next-line
|
// spellchecker:ignore-next-line
|
||||||
|
|||||||
Reference in New Issue
Block a user