Skip to content

added `::` prefix to `core::convert` specifer to fix naming conflicts

Kidan Nelson requested to merge N4D1K-lgtm/enum_dispatch:master into master

Very small change to allow the macro to be used in a context where a crate or module named core is in scope. I ran into this issue when attempting to use bevy in my project alongside enum_dispatch because of bevy::core.

Merge request reports