Skip to content

Commit 51c6f51

Browse files
author
hyd-dev
committed
Use the issue-1567 dependency in the test
1 parent eec5423 commit 51c6f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-cargo-miri/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/// assert!(cargo_miri_test::make_true());
44
/// ```
55
pub fn make_true() -> bool {
6+
issue_1567::use_the_dependency();
67
issue_1705::use_the_dependency();
78
issue_1691::use_me()
89
}

0 commit comments

Comments
 (0)