Re-enable tests on driver crates #327
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Previously, due to rust-lang/cargo#12663 (comment), driver crates had to have tests disabled. Since that bug has been fixed in cargo, we can now re-enable unit tests in crates. This also removes the need for having a separate lib crate to contain driver tests.
The text was updated successfully, but these errors were encountered: