Remove cargo workspace to build rustdoc-gui test crates because of cargo config not being applied

This commit is contained in:
Guillaume Gomez 2021-07-21 17:55:44 +02:00
parent 1bf8a839d3
commit 3bafcf87aa
4 changed files with 21 additions and 35 deletions

View file

@ -1,18 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "implementors"
version = "0.1.0"
[[package]]
name = "lib2"
version = "0.1.0"
dependencies = [
"implementors",
]
[[package]]
name = "test_docs"
version = "0.1.0"

View file

@ -1,6 +0,0 @@
[workspace]
members = [
"test_docs",
"lib2",
"implementors",
]