Skip to content

Commit

Permalink
fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Oct 2, 2024
1 parent 538272f commit 0553c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/base-sys/src/bindings/tx/externs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use miden_stdlib_sys::Felt;

use crate::bindings::tx::{AccountId, CoreAsset, NoteId, NoteType, Tag};

#[allow(improper_ctypes)]
#[link(wasm_import_module = "miden:core-import/[email protected]")]
extern "C" {
#[link_name = "get-id"]
Expand Down

0 comments on commit 0553c1a

Please sign in to comment.