Select a single docs.rs build target

This commit is contained in:
David Tolnay 2020-03-17 13:27:25 -07:00
parent e7702aa4fc
commit ffc45d2d42
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -22,3 +22,6 @@ futures = { version = "0.3", default-features = false }
rustversion = "1.0"
thiserror = "1.0"
trybuild = { version = "1.0.19", features = ["diff"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]