Lokathor/safe_arch

Ensure all macros use crate types via an absolute import

Lokathor opened this issue · 1 comments

Any time that a macro in this crate uses a type from this crate, such as m128, we need to prefix that usage with $crate::. So for example it would become $crate::m128

Seems to be all set in a7bce4a, so closing