diff --git a/.dialyzer_ignore.exs b/.dialyzer_ignore.exs index 215a1be..7338c1b 100644 --- a/.dialyzer_ignore.exs +++ b/.dialyzer_ignore.exs @@ -2,4 +2,5 @@ # something is wrong with the RustlerPrecompiled use macro # this fixes it by ignoring the Rhai.Native module completely {"lib/rhai/native.ex"}, + {"test/support/test_dylib_module.ex"} ]