Skip to content

Commit ebe2529

Browse files
committed
Remove note about cargo-bisect-rustc on Windows
This issue has been fixed in rustup 1.27.1.
1 parent 45ccda5 commit ebe2529

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)