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 dc09fc4 commit 98a8de1Copy full SHA for 98a8de1
deps/rabbitmq_cli/lib/rabbitmq/cli/formatters/csv.ex
@@ -96,7 +96,7 @@ end
96
97
# Elixir 1.15 compiler optimizations require that we explicitly
98
# add the csv code path
99
-true = Code.append_path(Path.join(["..", "csv", "ebin"]))
+_ = Code.append_path(Path.join(["..", "csv", "ebin"]))
100
101
defimpl CSV.Encode, for: PID do
102
def encode(pid, env \\ []) do
0 commit comments