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
Some time ago, there was an option to disable the "test feature by default". Now it seems to be gone.
Is there any alternative way to disable the test feature? My primary goal is to disable it for my main crate in order to get rid of the errors highlighted throughout the codebase while my mocks (covered by #[cfg(test)]) are still incomplete.
The text was updated successfully, but these errors were encountered:
I used the following command to downgrade to a version of rust-analyzer that works correctly with unsetTest. 1.79.0 and above starts ignoring unsetTest.
Some time ago, there was an option to disable the "
test
feature by default". Now it seems to be gone.Is there any alternative way to disable the
test
feature? My primary goal is to disable it for my main crate in order to get rid of the errors highlighted throughout the codebase while my mocks (covered by#[cfg(test)]
) are still incomplete.The text was updated successfully, but these errors were encountered: