Merge pull request #4848 from k32/dev/4847

chore(rule_engine): Don't import alias/1 BIF
This commit is contained in:
Zaiming (Stone) Shi 2021-05-23 12:46:57 +02:00 committed by GitHub
commit 4392ad3664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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()]}).