Skip to content

Commit

Permalink
Merge pull request #336 from ehuss/doc-example-cli-fix
Browse files Browse the repository at this point in the history
Update doc-change example.
  • Loading branch information
oli-obk committed May 22, 2024
2 parents e75f187 + 83d08ca commit 4f62300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guide/src/examples/doc-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ fi
And run with:

```sh
cargo bisect-rustc --start --end -c rust-docs --script ./test.sh
cargo bisect-rustc --start 1.68.0 --end 1.69.0 -c rust-docs --script ./test.sh
```

> **Note**: This may not work on all targets since `cargo-bisect-rustc` doesn't properly handle rustup manifests, which alias some targets to other targets.
> Use `--host x86_64-unknown-linux-gnu` in that situation.

0 comments on commit 4f62300

Please sign in to comment.