From d5f53111e849b0e2b0bc30de5bac5c3506fa76ef Mon Sep 17 00:00:00 2001 From: Petros Amoiridis Date: Wed, 29 Mar 2023 17:31:55 +0300 Subject: [PATCH] Enable doctests in util crate --- crates/util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index b13b8af956c0f174c1897a920d47555bde119543..8a77cc358ca3b1497ad44f70b8dd3da080c9e413 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"]