Skip to content

Commit 9b7bedb

Browse files
TD5meta-codesync[bot]
authored andcommitted
Remove redundant dialyzer suppressions
Summary: Dialyzer no longer warns here, so we can remove the suppression Reviewed By: SarahDesouky Differential Revision: D93111371 fbshipit-source-id: f170a56881e7a4fe2e67cfbcf3d31cea64541340
1 parent 8cabcee commit 9b7bedb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wa_raft_snapshot_catchup.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
-include_lib("wa_raft/include/wa_raft.hrl").
1414
-include_lib("wa_raft/include/wa_raft_logger.hrl").
1515

16-
% elp:ignore W0048 (no_dialyzer_attribute): improper list expected by gen interface
17-
-dialyzer({no_improper_lists, [handle_cast/2]}).
18-
1916
%% Supervisor callbacks
2017
-export([
2118
child_spec/0,

0 commit comments

Comments
 (0)