Commit 55d3db0
Skip starlark bin from cargo doc to fix Windows CI
Summary: The `starlark` bin in `starlark_bin` shares a name with the `starlark` lib, so `cargo doc` writes both into `target/doc/starlark/`. On Windows this races and rustdoc fails with "path not found" for nested files ([cargo#6313](rust-lang/cargo#6313)). Setting `doc = false` on the bin makes rustdoc skip it.
Reviewed By: IanChilds
Differential Revision: D102728173
fbshipit-source-id: fdc409dcaf3dca81f5a58f0a9e44594d3fa3c7411 parent 6aa4e31 commit 55d3db0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
0 commit comments