We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074e6b commit bf0c203Copy full SHA for bf0c203
1 file changed
lib/elixir/lib/regex.ex
@@ -597,6 +597,7 @@ defmodule Regex do
597
end
598
599
@compile {:inline, maybe_import_pattern: 1}
600
+ @compile {:no_warn_undefined, {:re, :import, 1}}
601
defp maybe_import_pattern({:re_exported_pattern, _, _, _, _} = exported),
602
do: :re.import(exported)
603
0 commit comments