Select a single docs.rs build target

This commit is contained in:
David Tolnay
2020-03-17 13:23:20 -07:00
parent 288a0c7f46
commit 9d9bd6b2b1
+3
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"]