Closed
Description
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.