Skip to content

Commit 4a71a36

Browse files
committed
use include_dir::include_dir here
1 parent afe5eb3 commit 4a71a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pub mod fixtures {
196196

197197
#[cfg(not(feature = "testing"))]
198198
pub static FIXTURES: include_dir::Dir<'static> =
199-
datatest_stable::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
199+
include_dir::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
200200
}
201201

202202
// In the test:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
//!
194194
//! #[cfg(not(feature = "testing"))]
195195
//! pub static FIXTURES: include_dir::Dir<'static> =
196-
//! datatest_stable::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
196+
//! include_dir::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
197197
//! }
198198
//!
199199
//! // In the test:

0 commit comments

Comments
 (0)