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 92e8f15 commit ad1e2a7Copy full SHA for ad1e2a7
lib/components_guide/rustler/math.ex
@@ -1,7 +1,7 @@
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}
+ # use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math
+ # use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, target_dir: System.tmp_dir!()
+ use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, cargo: {:rustup, :stable}
5
6
def add(_, _), do: error()
7
0 commit comments