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 335a58f commit a8890aaCopy full SHA for a8890aa
tools/update-docs-HEAD.sh
@@ -23,7 +23,7 @@ check_all_dependencies() {
23
generate_docs()
24
{
25
cd "${toplevel}"
26
- cargo +nightly doc --features=doc --no-deps
+ cargo doc --features=doc --no-deps
27
# redirect from root folder to doc of asfa
28
echo "<meta http-equiv=refresh content=0;url=asfa/index.html>" > "${toplevel}/target/doc/index.html"
29
}
0 commit comments