mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #4643 : mrobinson/servo/disable-util-doctests, r=jdm
Because of bug in rustdoc, a new rust-layers dependency on rust-azure will cause linking issues. See https://github.com/rust-lang/rust/issues/21246 for details.
This commit is contained in:
commit
6d7c4aac9c
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@ authors = ["The Servo Project Developers"]
|
||||||
name = "util"
|
name = "util"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
|
# Disable doctests, because of linking issues with rustdoc. rustdoc compiles
|
||||||
|
# documentation tests with prefer-dynamic. This causes issues because rustc
|
||||||
|
# looks for -lazure, which does not exist (rust-azure is a dependency of
|
||||||
|
# rust-layers). This crate only has one documentation example anyway and it's
|
||||||
|
# imported from the rust-lang codebase.
|
||||||
|
# See https://github.com/rust-lang/rust/issues/21246
|
||||||
|
doctest = false
|
||||||
|
|
||||||
[dependencies.plugins]
|
[dependencies.plugins]
|
||||||
path = "../plugins"
|
path = "../plugins"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue