We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5eb3 commit 4a71a36Copy full SHA for 4a71a36
README.md
@@ -196,7 +196,7 @@ pub mod fixtures {
196
197
#[cfg(not(feature = "testing"))]
198
pub static FIXTURES: include_dir::Dir<'static> =
199
- datatest_stable::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
+ include_dir::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
200
}
201
202
// In the test:
src/lib.rs
@@ -193,7 +193,7 @@
193
//!
194
//! #[cfg(not(feature = "testing"))]
195
//! pub static FIXTURES: include_dir::Dir<'static> =
-//! datatest_stable::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
+//! include_dir::include_dir!("$CARGO_MANIFEST_DIR/tests/files");
//! }
//! // In the test:
0 commit comments