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
fix: remove unused variable warning on Windows builds
Move cfg(unix) attribute to the if statement level instead of inside
the block. This prevents the metadata binding from being created on
Windows where it's unused.
Closes#382
0 commit comments