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 aa00fbe commit 6748f8aCopy full SHA for 6748f8a
ci/dox.sh
@@ -30,11 +30,13 @@ dox() {
30
31
rustdoc --verbose --target "${target}" \
32
-o "target/doc/${arch}" crates/core_arch/src/lib.rs \
33
+ --edition=2018 \
34
--crate-name core_arch \
35
--library-path "target/${target}/debug/deps" \
36
--cfg core_arch_docs
37
38
-o "target/doc/${arch}" crates/std_detect/src/lib.rs \
39
40
--crate-name std_detect \
41
42
--extern cfg_if="$(ls target/"${target}"/debug/deps/libcfg_if-*.rlib)" \
0 commit comments