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
add opt to unset #[cfg(test)] in specified crates (#3156)
this allows the user to still enable #[cfg(test)] in rust-analyzer
globally while not breaking dependencies that have different (broken)
behavior when #[cfg(test)] is set.
see:
- rust-lang/rust-analyzer#7225
- lf-/rust-analyzer@86c9e7b
0 commit comments