We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc0970 commit fd0ae84Copy full SHA for fd0ae84
lib/components_guide/rustler/math.ex
@@ -1,5 +1,6 @@
1
defmodule ComponentsGuide.Rustler.Math do
2
use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math
3
+ use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, target_dir: System.tmp_dir!()
4
# use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, cargo: {:rustup, :stable}
5
6
def add(_, _), do: error()
0 commit comments