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)]
|
||||||
|
|||||||
@@ -975,7 +975,7 @@ pub enum FfiError {
|
|||||||
ArgCountMismatch {
|
ArgCountMismatch {
|
||||||
name: Atom, // ffi function or struct
|
name: Atom, // ffi function or struct
|
||||||
kind: ArgCountMismatchKind,
|
kind: ArgCountMismatchKind,
|
||||||
|
|
||||||
#[allow(dead_code, reason = "will be used by PR 3173")]
|
#[allow(dead_code, reason = "will be used by PR 3173")]
|
||||||
expected: usize,
|
expected: usize,
|
||||||
got: 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]
|
#[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