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: deduplicate cfg completions
cfg completions are duplicated if they are set with multiple values.
This patch deduplicates them.
fixes: [rust-lang#12623](rust-lang/rust-analyzer#12623)
Seems like it's because it's not capturing stderr.
The text was updated successfully, but these errors were encountered: