Skip to content

Commit 51c2840

Browse files
authored
Merge pull request #349 from ehuss/rustup-windows-fix
Remove note about `cargo-bisect-rustc` on Windows
2 parents 45ccda5 + ebe2529 commit 51c2840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guide/src/usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ cargo bisect-rustc
88

99
> For a quick introduction, see the [Tutorial](tutorial.md).
1010
11-
> **Note**: On Windows, due to [an issue](https://github.com/rust-lang/cargo-bisect-rustc/issues/244) with rustup, you will need to execute `cargo-bisect-rustc` with a `-` between `cargo` and `bisect`.
12-
1311
`cargo-bisect-rustc` works by building a Cargo project, and detecting if it succeeds or fails.
1412
It will download and use nightly Rust toolchains.
1513
It begins with two nightly boundaries, known as the *start* where the project successfully builds (the *baseline*), and the *end* where it is known to fail (the *regression*).

0 commit comments

Comments
 (0)