Skip to content

Commit

Permalink
feat(rust): fix a rustler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jul 18, 2024
1 parent 523f9cb commit 778afc3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions implementations/rust/ockam/ockam_rust_elixir_nifs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,17 +441,4 @@ fn import_signing_secret(secret: Binary) -> NifResult<String> {
})
}

rustler::init!(
"Elixir.OckamRustElixirNifs.Native",
[
create_identity,
attest_secure_channel_key,
verify_secure_channel_key_attestation,
check_identity,
issue_credential,
verify_credential,
import_signing_secret,
setup_aws_kms
],
load = load
);
rustler::init!("Elixir.OckamRustElixirNifs.Native", load = load);

0 comments on commit 778afc3

Please sign in to comment.