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
In the testing submodule we have some useful utilities. It would be nice to gate them behind a feature so that regular crate users didn't need to compile that part of the code. The problem is, we use those utilities in manul's own unit-tests, and it's currently impossible to enable a feature for tests only (see rust-lang/cargo#2911).
So a possible solution is to separate the testing utilities into another crate, and use it in dev-dependencies of manul.
The text was updated successfully, but these errors were encountered:
In the
testing
submodule we have some useful utilities. It would be nice to gate them behind a feature so that regular crate users didn't need to compile that part of the code. The problem is, we use those utilities inmanul
's own unit-tests, and it's currently impossible to enable a feature for tests only (see rust-lang/cargo#2911).So a possible solution is to separate the testing utilities into another crate, and use it in
dev-dependencies
ofmanul
.The text was updated successfully, but these errors were encountered: