Skip to content

Commit

Permalink
Auto merge of rust-lang#2318 - RalfJung:nodoc, r=RalfJung
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bors committed Jul 3, 2022
2 parents cfad9d1 + 2fc9278 commit 8d53314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8d53314

Please sign in to comment.