We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db561f commit cbc8fb9Copy full SHA for cbc8fb9
ci/dox.sh
@@ -47,6 +47,9 @@ while read -r target; do
47
48
rustup target add "${target}" || true
49
50
+ # Enable extra configuration flags:
51
+ export RUSTDOCFLAGS="--cfg freebsd11"
52
+
53
# If cargo doc fails, then try xargo:
54
if ! cargo doc --target "${target}" \
55
--no-default-features --features extra_traits ; then
0 commit comments