summaryrefslogtreecommitdiff
path: root/lib/syntax_tools
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
commita1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9 (patch)
treef6cd18337383f3498d347407d7c11199b92c5862 /lib/syntax_tools
parentad7b57a5dd1ef98f20b90e766e403ca06ebcd10a (diff)
parentdd2d8e1f9b5c09e78063d346c72b552091fa32d8 (diff)
downloaderlang-a1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9.tar.gz
Merge branch 'maint'
* maint: Update primary bootstrap Update deprecations Deprecate all functions in erl_tidy
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r--lib/syntax_tools/src/erl_tidy.erl6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/syntax_tools/src/erl_tidy.erl b/lib/syntax_tools/src/erl_tidy.erl
index 6f0dc439e5..fdcaa77e14 100644
--- a/lib/syntax_tools/src/erl_tidy.erl
+++ b/lib/syntax_tools/src/erl_tidy.erl
@@ -48,11 +48,7 @@
%% @type filename() = file:filename().
-module(erl_tidy).
--deprecated([{dir,0,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{dir,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{file,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{module,1,"use https://github.com/richcarl/erl_tidy"}]).
--deprecated([{module,2,"use https://github.com/richcarl/erl_tidy"}]).
+-deprecated([{'_','_',"use https://github.com/richcarl/erl_tidy"}]).
-export([dir/0, dir/1, dir/2, file/1, file/2, module/1, module/2]).