Select a single docs.rs build target

This commit is contained in:
David Tolnay 2020-03-17 13:23:20 -07:00
parent 690c615e63
commit 93a16b1553
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -17,3 +17,6 @@ default = [] # automatic
libstdcxx = [] # force libstdc++
libcxx = [] # force libc++
nothing = [] # link nothing, determined somewhere else
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]