Skip to content

Commit 090064c

Browse files
committed
feat(test): Add cargo_test to test-support prelude
1 parent 67a452b commit 090064c

File tree

1 file changed

+1
-0
lines changed
  • crates/cargo-test-support/src

1 file changed

+1
-0
lines changed

crates/cargo-test-support/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub mod registry;
7373
pub mod tools;
7474

7575
pub mod prelude {
76+
pub use crate::cargo_test;
7677
pub use crate::ArgLine;
7778
pub use crate::CargoCommand;
7879
pub use crate::ChannelChanger;

0 commit comments

Comments
 (0)