diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index b13b8af956..8a77cc358c 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -6,7 +6,7 @@ publish = false [lib] path = "src/util.rs" -doctest = false +doctest = true [features] test-support = ["tempdir", "git2"]