Select a single docs.rs build target

This commit is contained in:
David Tolnay
2020-03-17 13:31:35 -07:00
parent 1894cb703f
commit 078e88b223
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ serde_derive = { version = "1.0", path = "../serde_derive" }
[package.metadata.playground]
features = ["derive", "rc"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
### FEATURES #################################################################