fix clippy lints
This commit is contained in:
@@ -975,6 +975,8 @@ 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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user