run rustfmt to fix formatting
This commit is contained in:
@@ -1683,7 +1683,6 @@ pub fn generate_instructions_rs() -> TokenStream {
|
||||
})
|
||||
.collect();
|
||||
|
||||
|
||||
quote! {
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
#[derive(Clone, Debug)]
|
||||
|
||||
@@ -975,7 +975,7 @@ pub enum FfiError {
|
||||
ArgCountMismatch {
|
||||
name: Atom, // ffi function or struct
|
||||
kind: ArgCountMismatchKind,
|
||||
|
||||
|
||||
#[allow(dead_code, reason = "will be used by PR 3173")]
|
||||
expected: usize,
|
||||
got: usize,
|
||||
|
||||
1522
src/instructions.rs
1522
src/instructions.rs
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,6 @@ fn rules() {
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore = "it takes too long to run")]
|
||||
fn setup_call_cleanup_load() {
|
||||
|
||||
load_module_test(
|
||||
"src/tests/setup_call_cleanup.pl",
|
||||
// spellchecker:ignore-next-line
|
||||
|
||||
Reference in New Issue
Block a user