Removed message about rustfmt (#870)

Removed message about recent Rust nightlies not containing `rustfmt`.
This commit is contained in:
Toothbrush
2020-10-08 17:06:38 +01:00
committed by GitHub
parent 5184a2f7ea
commit a65bf32d57

View File

@@ -272,7 +272,7 @@ This tells cargo that it should recompile the `core` and `compiler_builtins` lib
<div class="note"> <div class="note">
**Note:** The `unstable.build-std` configuration key requires at least the Rust nightly from 2020-07-15. Right now, the `rustfmt` component is [not available](https://rust-lang.github.io/rustup-components-history/) on these recent nightlies, so you might need to use `rustup update nightly --force` to update your nightly, which skips the `rustfmt` component if it's not available. **Note:** The `unstable.build-std` configuration key requires at least the Rust nightly from 2020-07-15.
</div> </div>