Skip to content

Commit

Permalink
Remove NIF list entirely in serde tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored May 29, 2024
1 parent d70e4a2 commit 8fe7aed
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions rustler_tests/native/rustler_serde_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,7 @@ use crate::types::Animal;
use rustler::serde::{atoms, Deserializer, Error, Serializer};
use rustler::{types::tuple, Encoder, Env, NifResult, SerdeTerm, Term};

init! {
"Elixir.SerdeRustlerTests",
[
// // json
// json::decode_json,
// json::decode_json_dirty,
// json::encode_json_compact,
// json::encode_json_compact_dirty,
// json::encode_json_pretty,
// json::encode_json_pretty_dirty,
//
// // tests
// readme,
// test::test,
// transcode,
// transcode_dirty,
]
}
init!("Elixir.SerdeRustlerTests");

/// Implements the README example.
#[nif]
Expand Down

0 comments on commit 8fe7aed

Please sign in to comment.