Merge pull request #4848 from k32/dev/4847
chore(rule_engine): Don't import alias/1 BIF
This commit is contained in:
commit
4392ad3664
|
@ -31,6 +31,8 @@
|
||||||
, range_get/3
|
, range_get/3
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
-compile({no_auto_import,[alias/1]}).
|
||||||
|
|
||||||
-type(input() :: map()).
|
-type(input() :: map()).
|
||||||
-type(alias() :: atom()).
|
-type(alias() :: atom()).
|
||||||
-type(collection() :: {alias(), [term()]}).
|
-type(collection() :: {alias(), [term()]}).
|
||||||
|
|
Loading…
Reference in New Issue