Lokathor/safe_arch

Ensure all macros call other macros via `$crate`

Lokathor opened this issue · 0 comments

Any time a macro in this crate calls another branch of itself, we have to be sure to include the $crate:: prefix.

I think this is already handled, but it doesn't hurt to double check.