Skip to main content

W0045 - Duplicate Module

Warning

-module(my_module).
%% ^^^^^^^^^ warning: Duplicate module name

Explanation

The module name is already used by another module in the same project.