From 2fc92788181011a1995f055a3fac3296b3028574 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 3 Jul 2022 10:45:39 -0400 Subject: [PATCH] no doctests in ui_test --- ui_test/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui_test/Cargo.toml b/ui_test/Cargo.toml index 92c00915cbfeb..f221cc93fa716 100644 --- a/ui_test/Cargo.toml +++ b/ui_test/Cargo.toml @@ -3,7 +3,9 @@ name = "ui_test" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +test = true # we have unit tests +doctest = false # but no doc tests [dependencies] rustc_version = "0.4"