Skip to content

Commit

Permalink
Merge pull request #407 from philss/ps-fix-minor-warn
Browse files Browse the repository at this point in the history
Fix unused var warning - rustler_mix
  • Loading branch information
evnu authored Nov 24, 2021
2 parents e6cfd2a + 852315a commit 94a0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler_mix/lib/rustler/compiler/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule Rustler.Compiler.Config do
{metadata, 0} ->
metadata

{output, code} ->
{output, _code} ->
raise "calling `cargo metadata` failed.\n" <> output
end

Expand Down

0 comments on commit 94a0553

Please sign in to comment.