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 "rust-lld" as custom linker on windows
- Since we already use the lld version packed by rust on windows by
default, we can simply set custom_linker to `None` when the user is
using "rust-lld" as linker.
0 commit comments