Skip to content

Commit 8d53314

Browse files
committed
Auto merge of #2318 - RalfJung:nodoc, r=RalfJung
there are no doctests in ui_test It tries to run doctests which leads to an error when testing against a locally built rustc (that has no rustdoc).
2 parents cfad9d1 + 2fc9278 commit 8d53314

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui_test/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name = "ui_test"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6+
[lib]
7+
test = true # we have unit tests
8+
doctest = false # but no doc tests
79

810
[dependencies]
911
rustc_version = "0.4"

0 commit comments

Comments
 (0)