Skip to content

Commit 375f2bd

Browse files
committed
Don't warn if :user is not defined in Erlang/OTP master (#12168)
1 parent f6f4f81 commit 375f2bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/iex/lib/iex/cli.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
defmodule IEx.CLI do
3838
@moduledoc false
3939

40+
@compile {:no_warn_undefined, {:user, :start, 0}}
41+
4042
@doc """
4143
In order to work properly, IEx needs to be set as the
4244
proper `-user` when starting the Erlang VM and we do so

0 commit comments

Comments
 (0)