Skip to content

Commit e6199a5

Browse files
committed
refactor test-structure to match the 'new style'.
1 parent a542775 commit e6199a5

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

gix-dir/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false
15+
test = false
1516

1617
[dependencies]
1718
gix-trace = { version = "^0.1.11", path = "../gix-trace" }
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pub use gix_testtools::Result;
22

33
mod walk;
4+
#[path = "../walk_utils/mod.rs"]
45
pub mod walk_utils;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)