Skip to content

Commit

Permalink
fix(docs): rust doc options
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 2, 2025
1 parent b5b6331 commit 7e65b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/scripts/std_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def cargo_bench(flags: str, verbose: bool = False) -> exec_manager.Result:

def cargo_doc(verbose: bool = False) -> exec_manager.Result:
return exec_manager.cli_run(
"cargo +nightly docs --enable-index-page -Z unstable-options",
"cargo +nightly docs -Z unstable-options --enable-index-page",
name="Documentation build",
verbose=verbose
)
Expand Down

0 comments on commit 7e65b00

Please sign in to comment.