You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(manifest): Make env macro as minimal as possible
Macros add a lot of code complexity. This tries to reduce it by making
the macro do the bare minimum possible.
This does cause some extra branching (unless its compiled out) but that
shouldn't be prohibitive.
0 commit comments